aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/StructuredData
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Fix typos.Bruce Mitchener1-2/+2
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha1-3/+1
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-19/+19
2018-05-29Typo fixes.Bruce Mitchener1-6/+6
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-126/+116
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-4/+6
2018-03-09Move option parsing out of the Args classPavel Labath1-7/+9
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath1-12/+3
2017-12-10[DarwinLog] Remove other dead code. Found while reading this file.Davide Italiano1-54/+0
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner1-6/+6
2017-05-12Rename Error -> Status.Zachary Turner2-21/+24
2017-03-22Delete some more dead includes.Zachary Turner2-0/+2
2017-03-13Fix another occurrence of needing to use member accessors.Zachary Turner1-2/+2
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman1-3/+7
2016-12-16Fix a bug when using a StructuredData darwin-log pluginJason Molenda2-1/+20
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner1-2/+2
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-8/+6
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-7/+6
2016-11-07Convert some helper functions to use StringRef.Zachary Turner1-16/+11
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-4/+4
2016-10-05Convert some more aliasing and CI functions to StringRef.Zachary Turner1-1/+1
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-104/+100
2016-09-22fix DarwinLog no-info/no-debug caseTodd Fiala1-1/+1
2016-09-21Make lldb::Regex use StringRef.Zachary Turner1-1/+1
2016-09-19Convert 3 more functions to use a StringRef.Zachary Turner1-7/+7
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner1-4/+5
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone2-2243/+1807
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala4-0/+2591
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala4-2591/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala4-0/+2591