[Lldb-commits] [lldb] Add AddressRange to SB API (PR #92014)

Miro Bucko via lldb-commits lldb-commits at lists.llvm.org
Tue May 21 11:46:42 PDT 2024


================
@@ -0,0 +1,11 @@
+%extend lldb::SBAddressRange {
+#ifdef SWIGPYTHON
+    %pythoncode%{
+      def __repr__(self):
+        import lldb
----------------
mbucko wrote:

it's not, produces the following error:
`NameError: name 'lldb' is not defined`

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


More information about the lldb-commits mailing list