summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectType.cpp
AgeCommit message (Expand)Author
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-09-04Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-19[lldb][NFC] Address review comments to StringList for-loop supportRaphael Isemann
2019-08-16[lldb][NFC] Allow for-ranges on StringListRaphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-18[lldb][NFC] Tablegenify type commandsRaphael Isemann
2019-05-31[Commands] Stop hardcoding languages in CommandObjectTypeAlex Langford
2019-05-29[Commands] Remove commented out codeAlex Langford
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-10Quiet command regex instructions during batch executionDave Lee
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-04Re-commit r343500 "Fix build with GCC < 5.0 (PR39131)"Tatyana Krasnukha
2018-10-01Fix build with GCC < 5.0 (PR39131)Tatyana Krasnukha
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-03-13Fix up some enumerate() callsites in LLDB.Zachary Turner
2017-03-02Fix various warnings. NFCZachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make CommandObject help getters/setters use StringRef.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-25Add a notification message in 'type lookup' when the current language doesn't...Enrico Granata