[Lldb-commits] [PATCH] D148062: [lldb] Make ObjectFileJSON loadable as a module

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 12 13:52:25 PDT 2023


JDevlieghere updated this revision to Diff 512963.
JDevlieghere added a comment.

Fix bug in ObjectFileJSON where we wouldn't read the rest of the file and fail parsing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148062/new/

https://reviews.llvm.org/D148062

Files:
  lldb/include/lldb/Core/Section.h
  lldb/include/lldb/Symbol/ObjectFile.h
  lldb/lldb/test/API/macosx/symbols/TestObjectFileJSON.py
  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.512963.patch
Type: text/x-patch
Size: 18191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230412/7505e270/attachment.bin>


More information about the lldb-commits mailing list