[Lldb-commits] [lldb] [lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api (PR #177676)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Sun Jan 25 16:02:09 PST 2026


================
@@ -22,6 +22,42 @@ STRING_EXTENSION_OUTSIDE(SBInstruction)
         def __load_adrr_property__ (self):
             return self.GetComment (target)
 
+        def get_variable_annotations_list(self):
----------------
medismailben wrote:

This is fine but I'd just call it `variable_annotations` to make it more pythonic.

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


More information about the lldb-commits mailing list