summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-79/+92
* Correct type in for loop to remove signedness warningEd Maste2015-06-171-1/+1
* Enable 'command script import' to accept multiple modules to import in one in...Enrico Granata2015-06-161-26/+29
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-0/+2
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-4/+3
* If creating a Python command via a class, the help text is handled directly b...Enrico Granata2015-03-131-1/+1
* Add support for Python object commands to return custom short and long help b...Enrico Granata2015-03-131-1/+33
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-131-13/+149
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-6/+6
* Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton2015-01-091-9/+91
* More override warning cleanup.Eric Christopher2014-11-181-3/+3
* Patch from dawn@burble.org to make the --silent-run do what it says, not the ...Jim Ingham2014-11-181-3/+3
* Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so...Greg Clayton2014-11-181-58/+16
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-0/+4
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-11/+9
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-011-1/+2
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-151-4/+25
* Make sure the "command regex add" has a unique name for editline history purp...Greg Clayton2014-07-091-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-17/+17
* Fix broken tests due to new error output.Todd Fiala2014-07-081-17/+17
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-17/+17
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+1
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-021-1/+1
* Allow line numbers to be shown in multi-line expressions.Greg Clayton2014-03-071-2/+3
* Fixed output to display correctly for "command source" by fixing the correct ...Greg Clayton2014-02-051-2/+0
* Fixed an issue where "command source" would not do the right thing:Greg Clayton2014-02-051-26/+45
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-250/+200
* Add OptionParser.hVirgile Bello2013-09-051-12/+12
* Remove need of <functional> for CommandObjectCommands.Virgile Bello2013-08-271-3/+3
* Add silent option to command source.Michael Sartain2013-07-091-1/+9
* Revert commits that cause broken builds on GCC buildbotsDaniel Malea2013-07-031-3/+1
* <rdar://problem/14266578>Enrico Granata2013-06-261-3/+1
* <rdar://problem/14266411>Enrico Granata2013-06-251-1/+3
* Renaming the "--wipe" option to "command history" to "--clear" (-C) for coher...Enrico Granata2013-06-171-8/+8
* <rdar://problem/14134716>Enrico Granata2013-06-171-24/+106
* <rdar://problem/12876503>Enrico Granata2013-06-111-6/+9
* <rdar://problem/11109316>Enrico Granata2013-05-311-2/+2
* <rdar://problem/13831149>Enrico Granata2013-05-091-0/+7
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-5/+5
* <rdar://problem/12491420>Greg Clayton2012-10-181-0/+2
* <rdar://problem/12491387>Greg Clayton2012-10-131-2/+1
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-1/+1
* <rdar://problem/12188843> Fixing a problem where a Python command created in ...Enrico Granata2012-09-181-8/+20
* Fixed some small formatting issues in the help forSean Callanan2012-08-161-2/+4
OpenPOWER on IntegriCloud