mib marked an inline comment as done.
mib added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:990
+ res = lldb.SBCommandReturnObject()
+ ci.HandleCommand('script from lldb.macosx import
crashlog_scripted_process', res)
+ if not res.Succeeded():
----------------
JDevlieghere wrote:
> Do we need to have LLDB import it? Can we import it here straight from python?
`crashlog.py` can be imported outside of the debugger, so in my understanding,
if we're importing it here directly, lldb's script interpreter might not find
the module and class used to create the ScriptedProcess object.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119501/new/
https://reviews.llvm.org/D119501
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits