[Lldb-commits] [PATCH] D135547: [lldb/Utility] Add GetDescription(Stream&) to StructureData::*

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 1 18:41:19 PDT 2022


mib updated this revision to Diff 472475.
mib added a comment.

Address @JDevlieghere comments:

- Fix indentation bug on nested structures
- Add tests
- Use string literals for expected string in tests


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

https://reviews.llvm.org/D135547

Files:
  lldb/include/lldb/Core/StructuredDataImpl.h
  lldb/include/lldb/Utility/StructuredData.h
  lldb/source/Commands/CommandObjectProcess.cpp
  lldb/source/Utility/StructuredData.cpp
  lldb/test/API/functionalities/process_crash_info/TestProcessCrashInfo.py
  lldb/unittests/Utility/CMakeLists.txt
  lldb/unittests/Utility/Inputs/StructuredData-empty.json
  lldb/unittests/Utility/Inputs/StructuredData-full.json
  lldb/unittests/Utility/Inputs/StructuredData-nested.json
  lldb/unittests/Utility/StructuredDataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135547.472475.patch
Type: text/x-patch
Size: 11894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221102/30549ed7/attachment-0001.bin>


More information about the lldb-commits mailing list