llvm-capstone/lldb
Med Ismail Bennani 0a65112cf7 [lldb/crashlog] Create artificial frames for non-crashed scripted threads
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.

rdar://90396265

Differential Revision: https://reviews.llvm.org/D121826

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2022-03-16 15:50:10 -07:00
..
bindings [lldb] Expose diagnostic events through the SB API 2022-03-16 15:03:31 -07:00
cmake [lldb] Add support for a "global" lldbinit file 2022-02-18 12:30:22 +01:00
docs [lldb] Update the CI docs 2022-03-02 22:40:05 -08:00
examples [lldb/crashlog] Create artificial frames for non-crashed scripted threads 2022-03-16 15:50:10 -07:00
include/lldb Minor refactor and renaming: 2022-03-16 15:35:36 -07:00
lldb [lldb] Fix platform selection on Apple Silicon (again) 2022-03-15 09:06:29 -07:00
packages/Python/lldbsuite Revert "[lldb/test] Make category-skipping logic "platform"-independent" 2022-03-15 16:23:43 +01:00
resources
scripts
source Minor refactor and renaming: 2022-03-16 15:35:36 -07:00
test [lldb/crashlog] Create artificial frames for non-crashed scripted threads 2022-03-16 15:50:10 -07:00
third_party/Python/module
tools [lldb/driver] Fix SIGTSTP handling 2022-03-09 14:31:17 +01:00
unittests Minor refactor and renaming: 2022-03-16 15:35:36 -07:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py