[Lldb-commits] [PATCH] D148062: [lldb] Make ObjectFileJSON loadable as a module
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 11 16:03:44 PDT 2023
JDevlieghere created this revision.
JDevlieghere added reviewers: mib, jingham.
Herald added a project: All.
JDevlieghere requested review of this revision.
This patch adds support for creating modules from JSON object files. This is necessary for crashlogs (see c17a1f3df70b <https://reviews.llvm.org/rGc17a1f3df70b69323a5f3153c44e04533cb0a481> for more details) where we don't have neither the module nor the symbol file.
https://reviews.llvm.org/D148062
Files:
lldb/include/lldb/Core/Section.h
lldb/include/lldb/Symbol/ObjectFile.h
lldb/source/Core/Section.cpp
lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.cpp
lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.h
lldb/source/Symbol/ObjectFile.cpp
lldb/test/API/macosx/symbols/TestObjectFileJSON.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148062.512597.patch
Type: text/x-patch
Size: 12775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230411/895db0c8/attachment-0001.bin>
More information about the lldb-commits
mailing list