aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1951/+1631
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-22/+34
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-37/+43
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-41/+31
2016-04-08Cleanups to command alias to refer to itself as 'command alias' and not allow...Enrico Granata1-5/+17
2016-03-31Add --help and --long-help options to 'command alias' such that one can now s...Enrico Granata1-7/+155
2016-03-22Make it so that a command alias can actually remove the help/long help from i...Enrico Granata1-3/+3
2016-03-08A few more improvements on the way to the command alias refactoringEnrico Granata1-37/+34
2016-03-08Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using ...Enrico Granata1-5/+3
2016-03-08Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata1-19/+3
2016-02-29When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata1-2/+11
2016-02-22Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-263/+192
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-89/+82
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-79/+92
2015-06-17Correct type in for loop to remove signedness warningEd Maste1-1/+1
2015-06-16Enable 'command script import' to accept multiple modules to import in one in...Enrico Granata1-26/+29
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-0/+2
2015-03-17Remove ScriptInterpreterObject.Zachary Turner1-4/+3
2015-03-13If creating a Python command via a class, the help text is handled directly b...Enrico Granata1-1/+1
2015-03-13Add support for Python object commands to return custom short and long help b...Enrico Granata1-1/+33
2015-03-13Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata1-13/+149
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-6/+6
2015-01-09Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton1-9/+91
2014-11-18More override warning cleanup.Eric Christopher1-3/+3
2014-11-18Patch from dawn@burble.org to make the --silent-run do what it says, not the ...Jim Ingham1-3/+3
2014-11-18Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so...Greg Clayton1-58/+16
2014-11-17Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone1-0/+4
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham1-11/+9
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata1-1/+2
2014-09-15Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata1-4/+25
2014-07-09Make sure the "command regex add" has a unique name for editline history purp...Greg Clayton1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-17/+17
2014-07-08Fix broken tests due to new error output.Todd Fiala1-17/+17
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-17/+17
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2014-05-08lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton1-1/+1
2014-05-02"DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton1-1/+1
2014-03-07Allow line numbers to be shown in multi-line expressions.Greg Clayton1-2/+3
2014-02-05Fixed output to display correctly for "command source" by fixing the correct ...Greg Clayton1-2/+0
2014-02-05Fixed an issue where "command source" would not do the right thing:Greg Clayton1-26/+45
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-250/+200
2013-09-05Add OptionParser.hVirgile Bello1-12/+12
2013-08-27Remove need of <functional> for CommandObjectCommands.Virgile Bello1-3/+3
2013-07-09Add silent option to command source.Michael Sartain1-1/+9
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea1-3/+1
2013-06-26<rdar://problem/14266578>Enrico Granata1-3/+1
2013-06-25<rdar://problem/14266411>Enrico Granata1-1/+3
2013-06-17Renaming the "--wipe" option to "command history" to "--clear" (-C) for coher...Enrico Granata1-8/+8
2013-06-17<rdar://problem/14134716>Enrico Granata1-24/+106