Now that we can pass Python objects to the scripted process instance, we don't need to parse the crashlog twice anymore.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148063
[lldb] Parse the crashlog only once ClosedPublic Authored by JDevlieghere on Apr 11 2023, 4:35 PM.
Details
Summary Now that we can pass Python objects to the scripted process instance, we don't need to parse the crashlog twice anymore.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 11 2023, 4:54 PM Closed by commit rG88f409194d5a: [lldb] Parse the crashlog only once (authored by JDevlieghere). · Explain WhyApr 11 2023, 5:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 512623 lldb/examples/python/crashlog.py
lldb/examples/python/scripted_process/crashlog_scripted_process.py
lldb/source/Plugins/Process/scripted/ScriptedProcess.h
lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
|