[lldb] [llvm] Annotate disassembly with register‐resident variable locations (PR #147460)

Abdullah Mohammad Amin via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 20 12:28:04 PDT 2025


================
@@ -702,6 +705,78 @@ void Instruction::Dump(lldb_private::Stream *s, uint32_t max_opcode_byte_size,
   ss.FillLastLineToColumn(opcode_pos + opcode_column_width, ' ');
   ss.PutCString(mnemonics);
 
+  const size_t annotation_column = 150;
+
+  if (exe_ctx && exe_ctx->GetFramePtr()) {
----------------
UltimateForce21 wrote:

Added now in commit: [09c4d04b33e16e25da3fbfb826c609c8bb42264e](https://github.com/llvm/llvm-project/pull/147460/commits/09c4d04b33e16e25da3fbfb826c609c8bb42264e)

https://github.com/llvm/llvm-project/pull/147460


More information about the llvm-commits mailing list