summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueUUID.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-5/+1
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-221-18/+18
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-3/+2
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-8/+7
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-9/+5
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Modernize UUID classPavel Labath2018-06-211-11/+6
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix warnings and errors introduced with UUID changes.Zachary Turner2016-11-171-3/+2
* Convert UriParser to use StringRef.Zachary Turner2016-11-171-2/+3
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-90/+72
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-4/+4
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+4
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-3/+4
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-1/+51
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+70
OpenPOWER on IntegriCloud