llvm-capstone/lldb
Med Ismail Bennani dc275fd032 [lldb/crashlog] Fix JSON ObjectFile module loading issue
In 27f27d15f6, we added a new way to use textual (JSON) object files
and symbol files with the interactive crashlog command, using the
inlined symbols from the crash report.

However, there was a missing piece after successfully adding the textual
module to the target, we didn't mark it as available causing the module
loading to exit early.

This patch addresses that issue by marking the module as available when
added successfully to the target.

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

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
2023-04-28 12:51:01 -07:00
..
bindings [lldb][NFCI] Remove unused swig macros 2023-04-25 16:47:00 -07:00
cmake [LLDB] Ensure LLDB symbols are exported in LLDB_EXPORT_ALL_SYMBOLS is provided. 2023-04-03 15:41:02 -05:00
docs [LLDB][docs] Remove outdated list of Buildbots 2023-04-13 08:53:06 +00:00
examples [lldb/crashlog] Fix JSON ObjectFile module loading issue 2023-04-28 12:51:01 -07:00
include/lldb Host: generalise GetXcodeSDKPath 2023-04-28 09:30:59 -07:00
packages/Python/lldbsuite [lldb/test] Update lldbutil.fetch_next_event to match broadcaster class 2023-04-25 15:03:45 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb] Update QEMU git URL in setup.sh 2023-04-21 14:31:39 +00:00
source Host: generalise GetXcodeSDKPath 2023-04-28 09:30:59 -07:00
test Fix CI failure - this depended on constants only defined on arm64 macs 2023-04-26 15:45:29 -07:00
third_party/Python/module [lldb] Remove legacy six module for py2->py3 2023-01-24 19:46:26 -08:00
tools Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
unittests Host: generalise GetXcodeSDKPath 2023-04-28 09:30:59 -07:00
utils [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
CODE_OWNERS.txt [lldb] Add entry to code owner 2023-04-25 23:15:07 -07:00
LICENSE.TXT
use_lldb_suite_root.py