hanchenye-llvm-project/lldb/source/Commands
Jim Ingham 1391cc7d51 Change the new breakpoint creation output (primarily from "break set") to something more useful.
<rdar://problem/11333623>

llvm-svn: 164432
2012-09-22 00:04:04 +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 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectArgs.cpp Change the NULL to a 0 since we need a uint32_t 2012-09-11 16:09:27 +00:00
CommandObjectArgs.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectBreakpoint.cpp Change the new breakpoint creation output (primarily from "break set") to something more useful. 2012-09-22 00:04:04 +00:00
CommandObjectBreakpoint.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectBreakpointCommand.cpp Change the NULL to a 0 since we need a uint32_t 2012-09-11 16:09:27 +00:00
CommandObjectBreakpointCommand.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectCommands.cpp <rdar://problem/12188843> Fixing a problem where a Python command created in the same module where the target function is defined causes the help string not to come out 2012-09-18 21:53:02 +00:00
CommandObjectCommands.h
CommandObjectCrossref.cpp Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectDisassemble.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectDisassemble.h <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectExpression.cpp Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' 2012-09-05 20:41:26 +00:00
CommandObjectExpression.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectFrame.cpp Change the NULL to a 0 since we need a uint32_t 2012-09-11 16:09:27 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +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 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. 2012-09-18 18:04:04 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectPlatform.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectPlatform.h
CommandObjectProcess.cpp <rdar://problem/11374963> 2012-09-14 02:41:36 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectQuit.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
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 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectSource.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectSyntax.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectTarget.cpp Made the help for the -n option on 2012-09-13 21:11:40 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp "thread step-out" should run all threads by default. 2012-09-14 21:04:15 +00:00
CommandObjectThread.h
CommandObjectType.cpp Fixed a typo. 2012-08-15 00:26:32 +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 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectVersion.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectWatchpoint.cpp Extended the "watchpoint set variable" code to 2012-09-14 17:20:18 +00:00
CommandObjectWatchpoint.h Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. 2012-06-19 22:12:58 +00:00
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