summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueFormatEntity.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add functionality to export settingsJonas Devlieghere2018-10-261-2/+2
* [Interpreter] Escape backticks when dumping format entities.Jonas Devlieghere2018-10-011-1/+17
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-5/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+4
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-104/+79
* Fixed "format-string" based settings so they can have quotes on them without ...Greg Clayton2015-06-031-1/+20
* 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/+3
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-0/+124
OpenPOWER on IntegriCloud