hanchenye-llvm-project/lldb/source/Commands
Greg Clayton 1c5f186f30 Added new options to "target create" and "target modules add".
For "target create" you can now specify "--no-dependents" to not track down and add all dependent shared libraries. This can be handy when doing manual symbolication. Also added the "--symfile" or "-s" for short so you can specify a module and a stand alone debug info file:

(lldb) target create --symfile /tmp/a.dSYM /usr/bin/a

Added the "--symfile" option to the "target modules add" for the same reason. These all help with manualy symbolication and expose functionality that was previously only available through the public API layer.

llvm-svn: 169023
2012-11-30 19:05:35 +00:00
..
CommandCompletions.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectApropos.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
CommandObjectApropos.h
CommandObjectArgs.cpp Change the NULL to a 0 since we need a uint32_t 2012-09-11 16:09:27 +00:00
CommandObjectArgs.h
CommandObjectBreakpoint.cpp Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. 2012-10-05 19:16:31 +00:00
CommandObjectBreakpoint.h
CommandObjectBreakpointCommand.cpp Updated the "breakpoint command add" documentation and fixed the web site docs for the signature of the python breakpoint callback functions. 2012-10-26 17:53:21 +00:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp <rdar://problem/12491420> 2012-10-18 22:40:37 +00:00
CommandObjectCommands.h
CommandObjectCrossref.cpp
CommandObjectDisassemble.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CommandObjectDisassemble.h <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectExpression.cpp Add text to the help to explain how to set user defined variables. 2012-10-25 18:11:24 +00:00
CommandObjectExpression.h Add the ability to set timeout & "run all threads" options both from the "expr" command and from 2012-10-16 21:41:58 +00:00
CommandObjectFrame.cpp Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. 2012-10-10 18:32:14 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp <rdar://problem/12491387> 2012-10-13 02:07:45 +00:00
CommandObjectHelp.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectLog.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp <rdar://problem/12491387> 2012-10-13 02:07:45 +00:00
CommandObjectPlatform.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CommandObjectPlatform.h
CommandObjectPlugin.cpp Implementing plugins that provide commands. 2012-09-28 23:57:51 +00:00
CommandObjectPlugin.h Implementing plugins that provide commands. 2012-09-28 23:57:51 +00:00
CommandObjectProcess.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp
CommandObjectQuit.h
CommandObjectRegister.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp Change the NULL to a 0 since we need a uint32_t 2012-09-11 16:09:27 +00:00
CommandObjectSettings.h
CommandObjectSource.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp <rdar://problem/12491387> 2012-10-13 02:07:45 +00:00
CommandObjectSyntax.h
CommandObjectTarget.cpp Added new options to "target create" and "target modules add". 2012-11-30 19:05:35 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CommandObjectThread.h
CommandObjectType.cpp Fix typeo in example help text for type filter add. 2012-11-08 23:57:44 +00:00
CommandObjectType.h
CommandObjectVersion.cpp
CommandObjectVersion.h
CommandObjectWatchpoint.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
CommandObjectWatchpoint.h
CommandObjectWatchpointCommand.cpp Change the NULL to a 0 since we need a uint32_t 2012-09-11 16:09:27 +00:00
CommandObjectWatchpointCommand.h rdar://problem/11457143 [ER] need "watchpoint command ..." 2012-08-09 23:09:42 +00:00
Makefile