summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/JSON.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add failure paths to a few JSONNumber membersOmair Javaid2015-12-141-1/+5
| | | | | | Differential revision: http://reviews.llvm.org/D15355 llvm-svn: 255499
* Improve the functionality of JSONNumberTamas Berghammer2015-12-041-24/+59
| | | | | | | | | * Add support for representing signed integers * Add new constructors taking any signed or unsigned integer types Differential revision: http://reviews.llvm.org/D15187 llvm-svn: 254715
* Fix typos.Bruce Mitchener2015-07-221-1/+1
| | | | | | | | | | | | Summary: Fix a bunch of typos. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11386 llvm-svn: 242856
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-0/+2
| | | | | | | I have moved StringExtractor.h into the include/ folder so that it can be properly included by everyone. llvm-svn: 241572
* Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new ↵Greg Clayton2015-07-061-17/+451
| | | | | | | | | | 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
* Add a JSON producer to LLDB - this is a set of classes that encapsulate JSON ↵Enrico Granata2015-02-101-0/+217
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
OpenPOWER on IntegriCloud