[Lldb-commits] [PATCH] D148063: [lldb] Parse the crashlog only once

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 11 16:35:43 PDT 2023


JDevlieghere created this revision.
JDevlieghere added a reviewer: mib.
Herald added a project: All.
JDevlieghere requested review of this revision.

Now that we can pass Python objects to the scripted process instance, we don't need to parse the crashlog twice anymore.


https://reviews.llvm.org/D148063

Files:
  lldb/examples/python/crashlog.py
  lldb/examples/python/scripted_process/crashlog_scripted_process.py
  lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
  lldb/source/Plugins/Process/scripted/ScriptedProcess.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148063.512620.patch
Type: text/x-patch
Size: 4501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230411/8267c169/attachment.bin>


More information about the lldb-commits mailing list