[Lldb-commits] [PATCH] D80848: [lldb/Bindings] Raise a Runtime error when using SBAddress properties that rely on lldb.target
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 29 15:53:50 PDT 2020
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
Comment at: lldb/test/Shell/ScriptInterpreter/Python/Inputs/sbaddress.py:4
+def test(debugger, command, result, internal_dict):
+ print(int(lldb.SBAddress()))
+ return int(lldb.SBAddress())
----------------
This was for testing, I'll remove it before landing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80848/new/
https://reviews.llvm.org/D80848
More information about the lldb-commits
mailing list