llvm-project/lldb/source/Host
Greg Clayton 98424c4460 Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JSONParser class.
Change over existing code to use this new parser so StructuredData can use the tokenizer to parse JSON instead of doing it manually.

This allowed us to easily parse JSON into JSON* objects as well as into StructuredData.

llvm-svn: 241522
2015-07-06 23:40:40 +00:00
..
android [linux] Use cmake to detect support process_vm_readv (bug #23918) 2015-06-29 09:18:17 +00:00
common Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JSONParser class. 2015-07-06 23:40:40 +00:00
freebsd Add NameMatches.h header to fix FreeBSD build after r232673 2015-03-19 02:47:36 +00:00
linux Add a missing header 2015-06-30 10:20:52 +00:00
macosx Fix a variety of typos. 2015-06-18 05:27:05 +00:00
posix Avoid a recursive function call that could run LLDB out of file descriptors in FileSystem::DeleteDirectory(...). 2015-06-29 18:29:00 +00:00
windows Don't close handle returned by _get_osfhandle. 2015-06-01 18:52:16 +00:00
CMakeLists.txt [linux] Use cmake to detect support process_vm_readv (bug #23918) 2015-06-29 09:18:17 +00:00
Makefile Fix configure+make build broken by r228943 2015-02-13 10:39:23 +00:00