hanchenye-llvm-project/lldb/source/Commands
Michael Sartain b1e159257c add error checking and messages to 'target modules show-unwind' command
llvm-svn: 189058
2013-08-22 20:42:30 +00:00
..
CMakeLists.txt Update CMakeLists.txt as per removed file 2013-02-28 16:53:22 +00:00
CommandCompletions.cpp <rdar://problem/14086944> 2013-06-07 00:35:40 +00:00
CommandObjectApropos.cpp Apropos should search user commands as well as built-in commands. 2013-05-17 01:30:37 +00:00
CommandObjectApropos.h
CommandObjectArgs.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
CommandObjectArgs.h
CommandObjectBreakpoint.cpp Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit 2013-06-07 01:13:00 +00:00
CommandObjectBreakpoint.h
CommandObjectBreakpointCommand.cpp Note in the documentation about the fact that Python callbacks can return a value and if that value is False, LLDB won’t stop at the breakpoint 2013-05-16 23:09:09 +00:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp Add silent option to command source. 2013-07-09 23:22:53 +00:00
CommandObjectCommands.h
CommandObjectDisassemble.cpp Change the disassemble option to specify the architecture from '-a' 2013-04-11 03:14:01 +00:00
CommandObjectDisassemble.h Change the disassemble option to specify the architecture from '-a' 2013-04-11 03:14:01 +00:00
CommandObjectExpression.cpp Send a stop event when an expression stops at a breakpoint 2013-07-30 19:54:09 +00:00
CommandObjectExpression.h
CommandObjectFrame.cpp A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. 2013-05-14 23:43:18 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
CommandObjectHelp.h <rdar://problem/11914077> 2013-06-12 01:50:57 +00:00
CommandObjectLog.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp <rdar://problem/14521548> 2013-07-24 18:17:35 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp <rdar://problem/11914077> 2013-06-12 01:50:57 +00:00
CommandObjectPlatform.cpp <rdar://problem/13854277> 2013-05-10 21:47:16 +00:00
CommandObjectPlatform.h
CommandObjectPlugin.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
CommandObjectPlugin.h
CommandObjectProcess.cpp <rdar://problem/13700260> 2013-05-10 23:48:10 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp A couple of small fixes to make core file debugging less noisy. 2013-05-11 00:52:25 +00:00
CommandObjectQuit.h
CommandObjectRegister.cpp Introduces extended register sets whose availability can vary with the target processor. 2013-03-28 17:27:40 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp <rdar://problem/13878726> 2013-05-20 22:29:23 +00:00
CommandObjectSettings.h
CommandObjectSource.cpp Fix "source list -n printf" on Linux (printf is symbol alias for __printf) 2013-07-11 16:40:56 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
CommandObjectSyntax.h
CommandObjectTarget.cpp add error checking and messages to 'target modules show-unwind' command 2013-08-22 20:42:30 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp This commit does two things. One, it converts the return value of the QueueThreadPlanXXX 2013-07-18 21:48:26 +00:00
CommandObjectThread.h
CommandObjectType.cpp <rdar://problem/14243761> 2013-06-26 00:31:21 +00:00
CommandObjectType.h
CommandObjectVersion.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
CommandObjectVersion.h Huge change to clean up types. 2013-07-11 22:46:58 +00:00
CommandObjectWatchpoint.cpp Fixed several problems with watchpoint expressions. 2013-07-25 23:12:53 +00:00
CommandObjectWatchpoint.h Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. 2013-07-02 02:09:46 +00:00
CommandObjectWatchpointCommand.cpp Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. 2013-07-02 02:09:46 +00:00
CommandObjectWatchpointCommand.h
Makefile