Add a JSON producer to LLDB - this is a set of classes that encapsulate JSON objects...
authorEnrico Granata <egranata@apple.com>
Tue, 10 Feb 2015 00:30:07 +0000 (00:30 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 10 Feb 2015 00:30:07 +0000 (00:30 +0000)
commit89fdc9a61e3bc647544dd67d14cfa1f93e6e7958
treeebe8cf23ac21bc232280214502d571c0bf92e7c9
parent36a036909cb8c42829ada6c7c2537c41642779aa
Add a JSON producer to LLDB - this is a set of classes that encapsulate JSON objects and allow you to write them to a Stream for subsequent processing

Using this JSON producer, write a little tool that expands its own command-line arguments and dumps them to stdout as a JSON array

llvm-svn: 228636
lldb/include/lldb/Utility/JSON.h [new file with mode: 0644]
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Utility/JSON.cpp [new file with mode: 0644]
lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/Makefile [deleted file]
lldb/test/functionalities/data-formatter/typedef_array/Makefile [deleted file]
lldb/test/lang/c/struct_types/Makefile [deleted file]
lldb/tools/argdumper/argdumper.cpp [new file with mode: 0644]