summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueArch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-2/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-8/+6
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* 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-75/+52
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-0/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-13/+6
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-1/+3
* 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
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+109
OpenPOWER on IntegriCloud