[Lldb-commits] [PATCH] D121826: [lldb/crashlog] Create artificial frames for non-crashed scripted threads

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 16 09:51:46 PDT 2022


mib created this revision.
mib added a reviewer: JDevlieghere.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.

This patch pipes down the `-a|--load-all` crashlog command option to the
Scripted Process initializer to load all the images used by crashed
process instead of only loading the images related to the crashed
thread.

This allows us to recreate artificial frames also for the non-crashed
scripted threads.

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121826

Files:
  lldb/examples/python/crashlog.py
  lldb/examples/python/scripted_process/crashlog_scripted_process.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121826.415882.patch
Type: text/x-patch
Size: 4735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220316/d4c840f0/attachment-0001.bin>


More information about the lldb-commits mailing list