summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-231-4/+9
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-221-30/+27
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-141-2/+2
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-0/+25
* A few more improvements on the way to the command alias refactoringEnrico Granata2016-03-081-1/+0
* Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata2016-03-081-39/+0
* Change the user-visible name for the argument type language to source-languageEnrico Granata2016-02-291-1/+1
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-1/+3
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-2/+24
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove unused #includes of ScriptInterpreterPython.hZachary Turner2015-05-281-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-15/+15
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-4/+4
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-0/+1
* Fix "help language", the languages printer was assuming the Jim Ingham2015-04-171-6/+3
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-7/+4
* Add support for Python object commands to return custom short and long help b...Enrico Granata2015-03-131-0/+6
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-0/+17
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-2/+2
* Add commandsEnrico Granata2014-12-051-1/+1
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-0/+12
* Have CommandObject::CheckRequirements() report the largest missingJason Molenda2014-09-201-3/+18
* Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata2014-09-151-0/+1
* Probably should initialize that new ivar while I'm at it...Jim Ingham2014-08-061-0/+1
* Add a variant of the CommandOverrideCallback that takes aJim Ingham2014-08-061-6/+4
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-100/+100
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Now that the command interpreter runs in a separate thread in Xcode, we need ...Greg Clayton2014-02-071-7/+1
* <rdar://problem/14393032>Enrico Granata2013-09-301-0/+1
* Add OptionParser.hVirgile Bello2013-09-051-1/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+3
* <rdar://problem/13270271>Enrico Granata2013-06-181-8/+1
* <rdar://problem/11914077>Enrico Granata2013-06-121-0/+77
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+0
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-0/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+0
* <rdar://problem/13457391>Greg Clayton2013-04-041-2/+2
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-0/+1
* Since an address (0x12346) is an expression, be brief.Enrico Granata2013-01-291-1/+1
* <rdar://problem/12552374>Enrico Granata2013-01-291-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+2
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-11/+90
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* A few more build fixes for gcc 4.6:Daniel Malea2012-12-041-2/+2
* This is a fix for the command option parser.Sean Callanan2012-10-241-1/+1
* Improved support for language types as commandSean Callanan2012-10-231-1/+28
* <rdar://problem/12491387>Greg Clayton2012-10-131-10/+6
* Made the help for the -n option onSean Callanan2012-09-131-0/+1
OpenPOWER on IntegriCloud