summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata2012-08-081-1/+1
* Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham2012-06-271-1/+12
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-402/+343
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-1/+32
* Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata2012-03-061-12/+4
* Fix help strings that refer to the "commands" top-level noun. Jason Molenda2011-11-101-9/+9
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-071-20/+159
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-10/+10
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-0/+73
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-1/+1
* Fix the "command alias" help string to make clear that the $<N> substitutions...Jim Ingham2011-08-181-2/+10
* When defining a scripted command, it is possible to provide a docstring and t...Enrico Granata2011-08-171-0/+17
* Changes to Python commands:Enrico Granata2011-08-161-210/+531
* Python commands:Enrico Granata2011-08-161-0/+218
* Added "command history" command to dump the command history.Jim Ingham2011-07-121-0/+127
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-6/+14
* Replace direct uses of the Debugger's output stream withCaroline Tice2011-06-151-5/+15
* Replace calls to HandleCommand in lldb core with more appropriateCaroline Tice2011-05-061-58/+19
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-1/+4
* Renamed the "commands" command to "command" as this is the way we were usingGreg Clayton2011-04-201-70/+185
* Added the ability for users to create new regex commands.Greg Clayton2011-04-201-5/+273
* Added two new classes for command options:Greg Clayton2011-04-131-4/+4
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-2/+6
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-4/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-4/+4
* Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham2011-02-181-60/+94
* Fix small bugs:Caroline Tice2010-12-141-4/+12
* Modify HandleCommand to not do any argument processing until it has determine...Caroline Tice2010-12-091-2/+131
* - Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice2010-12-071-3/+5
OpenPOWER on IntegriCloud