================ @@ -24,17 +24,33 @@ def format_register_value(val): return result +def make_code_address(module_id, offset): + return 0x4000000000000000 | (module_id << 32) | offset + ---------------- xujuntwt95329 wrote:
@paolosevMSFT Seems the rule require two empty lines before class definition ```suggestion ``` https://github.com/llvm/llvm-project/pull/77949 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits