summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-10/+5
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-5/+2
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-5/+3
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-23/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-138/+133
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-24/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-13/+13
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-3/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Fix typos.Bruce Mitchener2018-10-041-2/+2
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-3/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-19/+19
* Typo fixes.Bruce Mitchener2018-05-291-6/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-126/+116
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-4/+6
* Move option parsing out of the Args classPavel Labath2018-03-091-7/+9
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-12/+3
* [DarwinLog] Remove other dead code. Found while reading this file.Davide Italiano2017-12-101-54/+0
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-6/+6
* Rename Error -> Status.Zachary Turner2017-05-121-18/+20
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Fix another occurrence of needing to use member accessors.Zachary Turner2017-03-131-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix a bug when using a StructuredData darwin-log pluginJason Molenda2016-12-161-1/+17
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-8/+6
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-7/+6
* Convert some helper functions to use StringRef.Zachary Turner2016-11-071-16/+11
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-4/+4
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-104/+100
* fix DarwinLog no-info/no-debug caseTodd Fiala2016-09-221-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* Convert 3 more functions to use a StringRef.Zachary Turner2016-09-191-7/+7
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2135/+1728
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+2420
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-2420/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+2420
OpenPOWER on IntegriCloud