[Lldb-commits] [PATCH] D145180: [lldb] Introduce new SymbolFileJSON and ObjectFileJSON
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 8 10:09:43 PST 2023
JDevlieghere updated this revision to Diff 503432.
JDevlieghere added a comment.
- Add unit tests for JSON deserialization
- Add unit tests for converting JSONSymbol to Symbol
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145180/new/
https://reviews.llvm.org/D145180
Files:
lldb/include/lldb/Core/Debugger.h
lldb/include/lldb/Symbol/Symbol.h
lldb/source/Core/Debugger.cpp
lldb/source/Plugins/ObjectFile/CMakeLists.txt
lldb/source/Plugins/ObjectFile/JSON/CMakeLists.txt
lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.cpp
lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.h
lldb/source/Plugins/SymbolFile/CMakeLists.txt
lldb/source/Plugins/SymbolFile/JSON/CMakeLists.txt
lldb/source/Plugins/SymbolFile/JSON/SymbolFileJSON.cpp
lldb/source/Plugins/SymbolFile/JSON/SymbolFileJSON.h
lldb/source/Symbol/Symbol.cpp
lldb/test/API/macosx/symbols/Makefile
lldb/test/API/macosx/symbols/TestSymbolFileJSON.py
lldb/test/API/macosx/symbols/main.c
lldb/test/Shell/Diagnostics/Inputs/TestCopyLogs.in
lldb/test/Shell/Diagnostics/TestCopyLogs.test
lldb/unittests/Symbol/CMakeLists.txt
lldb/unittests/Symbol/JSONSymbolTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145180.503432.patch
Type: text/x-patch
Size: 40926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230308/37039f2d/attachment-0001.bin>
More information about the lldb-commits
mailing list