[Lldb-commits] [PATCH] D148548: [lldb] Improve breakpoint management for interactive scripted process
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 21 09:45:29 PDT 2023
bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.
one nit but otherwise LGTM.
================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp:124
+ if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error))
+ return {};
+
----------------
JDevlieghere wrote:
> return false
+1
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148548/new/
https://reviews.llvm.org/D148548
More information about the lldb-commits
mailing list