hanchenye-llvm-project/lldb/source/Commands
Greg Clayton ad9e828c89 <rdar://problem/10429064>
Fixed an issue where if we are debugging on a remote platform and set a
platform path for our executable, it was not being honored by the new
launch functions that used the ProcessLaunchInfo.

llvm-svn: 145371
2011-11-29 04:03:30 +00:00
..
CommandCompletions.cpp Added an API to SymbolContext to hide the complexity of getting the 2011-09-27 19:48:20 +00:00
CommandObjectApropos.cpp
CommandObjectApropos.h
CommandObjectArgs.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectArgs.h
CommandObjectBreakpoint.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectBreakpoint.h Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
CommandObjectBreakpointCommand.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp Fix help strings that refer to the "commands" top-level noun. 2011-11-10 22:43:35 +00:00
CommandObjectCommands.h
CommandObjectCrossref.cpp
CommandObjectDisassemble.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +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 Added a function to the Host that gets a dummy target 2011-10-27 21:22:25 +00:00
CommandObjectExpression.h Updated all commands that use a "--format" / "-f" options to use the new 2011-10-25 06:44:01 +00:00
CommandObjectFrame.cpp Added support for the new ".apple_objc" accelerator tables. These tables are 2011-10-27 17:55:14 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp Add an example customization directory which uses a binutils.py module to provide 2011-10-28 23:30:28 +00:00
CommandObjectHelp.h Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectLog.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp <rdar://problem/10033754> 2011-11-22 18:07:35 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp
CommandObjectPlatform.cpp Added a new class to Process.h: ProcessAttachInfo. This class contains enough 2011-11-15 03:53:30 +00:00
CommandObjectPlatform.h
CommandObjectProcess.cpp <rdar://problem/10429064> 2011-11-29 04:03:30 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp
CommandObjectQuit.h
CommandObjectRegister.cpp Added support for the new ".apple_objc" accelerator tables. These tables are 2011-10-27 17:55:14 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp Moved many of the "settings" that used to be in "target.process.*" to just 2011-11-08 02:43:13 +00:00
CommandObjectSettings.h
CommandObjectSource.cpp "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. 2011-11-09 19:02:04 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp
CommandObjectSyntax.h
CommandObjectTarget.cpp Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out 2011-11-17 01:23:07 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectThread.h
CommandObjectType.cpp this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00
CommandObjectType.h Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
CommandObjectVersion.cpp
CommandObjectVersion.h
CommandObjectWatchpoint.cpp Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
CommandObjectWatchpoint.h Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
Makefile