hanchenye-llvm-project/lldb/source/Commands
Johnny Chen 2592b87209 Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFrameVariable.
Plus minor indentation change.

llvm-svn: 139335
2011-09-08 23:52:06 +00:00
..
CommandCompletions.cpp Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in 2011-07-08 00:38:03 +00:00
CommandObjectApropos.cpp
CommandObjectApropos.h
CommandObjectArgs.cpp Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their 2011-05-11 18:39:18 +00:00
CommandObjectArgs.h
CommandObjectBreakpoint.cpp Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. 2011-09-08 22:13:49 +00:00
CommandObjectBreakpoint.h
CommandObjectBreakpointCommand.cpp Add 'batch_mode' to CommandInterpreter. Modify InputReaders to 2011-06-16 16:27:19 +00:00
CommandObjectBreakpointCommand.h Change the command 'breakpoint command remove' to 'breakpoint command delete', 2011-05-22 07:14:46 +00:00
CommandObjectCommands.cpp Redesign of the interaction between Python and frozen objects: 2011-09-06 19:20:51 +00:00
CommandObjectCommands.h
CommandObjectCrossref.cpp
CommandObjectDisassemble.cpp disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past. 2011-09-01 01:11:04 +00:00
CommandObjectDisassemble.h disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past. 2011-09-01 01:11:04 +00:00
CommandObjectExpression.cpp Redesign of the interaction between Python and frozen objects: 2011-09-06 19:20:51 +00:00
CommandObjectExpression.h More prompt-timing cleanups: Make multi-line expressions 2011-06-13 20:20:29 +00:00
CommandObjectFrame.cpp Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFrameVariable. 2011-09-08 23:52:06 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp Changes to Python commands: 2011-08-16 23:24:13 +00:00
CommandObjectHelp.h
CommandObjectLog.cpp
CommandObjectLog.h
CommandObjectMemory.cpp *Some more optimizations in usage of ConstString 2011-08-12 02:00:06 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp
CommandObjectPlatform.cpp Added the ability to remove orphaned module shared pointers from a ModuleList. 2011-08-11 02:48:45 +00:00
CommandObjectPlatform.h
CommandObjectProcess.cpp Patch for "process load" by Filipe Cabecinhas. 2011-08-11 16:25:18 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp
CommandObjectQuit.h
CommandObjectRegister.cpp Emit an error message if we're unable to write a value to a register. 2011-08-25 01:59:13 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp
CommandObjectSettings.h
CommandObjectSource.cpp Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. 2011-09-08 22:13:49 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp
CommandObjectSyntax.h
CommandObjectTarget.cpp Fix the 'target variable' help syntax to output one or more <variable-name>'s. 2011-08-22 22:22:00 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Indent the frames in the "thread.GetStatus" frame listing. Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5" 2011-07-26 02:39:59 +00:00
CommandObjectThread.h
CommandObjectType.cpp Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools 2011-09-06 22:59:55 +00:00
CommandObjectType.h Third round of code cleanups: 2011-08-19 01:14:49 +00:00
CommandObjectVersion.cpp
CommandObjectVersion.h
Makefile