aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-11<rdar://problem/12876503>Enrico Granata1-6/+9
2013-05-31<rdar://problem/11109316>Enrico Granata1-2/+2
2013-05-09<rdar://problem/13831149>Enrico Granata1-0/+7
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-1/+1
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-1/+1
2013-01-25<rdar://problem/13069948>Greg Clayton1-3/+3
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-5/+5
2012-10-18<rdar://problem/12491420>Greg Clayton1-0/+2
2012-10-13<rdar://problem/12491387>Greg Clayton1-2/+1
2012-10-08Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton1-1/+1
2012-09-18<rdar://problem/12188843> Fixing a problem where a Python command created in ...Enrico Granata1-8/+20
2012-08-16Fixed some small formatting issues in the help forSean Callanan1-2/+4
2012-08-08<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata1-1/+1
2012-06-27Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham1-1/+12
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-402/+343
2012-05-31<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata1-1/+32
2012-03-06Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata1-12/+4
2011-11-10Fix help strings that refer to the "commands" top-level noun. Jason Molenda1-9/+9
2011-11-07this patch addresses several issues with "command script" subcommands:Enrico Granata1-20/+159
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-10/+10
2011-10-17this patch introduces a new command script import command which takes as inpu...Enrico Granata1-0/+73
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata1-1/+1
2011-08-18Fix the "command alias" help string to make clear that the $<N> substitutions...Jim Ingham1-2/+10
2011-08-17When defining a scripted command, it is possible to provide a docstring and t...Enrico Granata1-0/+17
2011-08-16Changes to Python commands:Enrico Granata1-210/+531
2011-08-16Python commands:Enrico Granata1-0/+218
2011-07-12Added "command history" command to dump the command history.Jim Ingham1-0/+127
2011-06-16Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice1-6/+14
2011-06-15Replace direct uses of the Debugger's output stream withCaroline Tice1-5/+15
2011-05-06Replace calls to HandleCommand in lldb core with more appropriateCaroline Tice1-58/+19
2011-05-02This patch captures and serializes all output being written by theCaroline Tice1-1/+4
2011-04-20Renamed the "commands" command to "command" as this is the way we were usingGreg Clayton1-70/+185
2011-04-20Added the ability for users to create new regex commands.Greg Clayton1-5/+273
2011-04-13Added two new classes for command options:Greg Clayton1-4/+4
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-2/+6
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-4/+2
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-4/+4
2011-02-18Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham1-60/+94
2010-12-14Fix small bugs:Caroline Tice1-4/+12
2010-12-09Modify HandleCommand to not do any argument processing until it has determine...Caroline Tice1-2/+131
2010-12-07- Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice1-3/+5
2010-11-02Fix error message when attempting to generate invalid alias.Caroline Tice1-14/+3
2010-10-28Add alias information, including aliased command options & Caroline Tice1-0/+2
2010-10-20Fixed a crasher. The cmd_file needs to be resolved before reading lines from...Johnny Chen1-1/+1
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton1-1/+1
2010-10-12Comment out code that was preventing commands that take raw input stringsCaroline Tice1-9/+9
2010-10-12Fix bug where alias command options were being duplicated as command argument...Caroline Tice1-2/+3
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-3/+59
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton1-7/+3