..
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
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
Huge change to clean up types.
2013-07-11 22:46:58 +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
Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit
2013-06-07 01:13:00 +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
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
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
Add silent option to command source.
2013-07-09 23:22:53 +00:00
CommandObjectCommands.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
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
For "expr", say what the timeout units are in the help string.
2013-05-29 19:40:14 +00:00
CommandObjectExpression.h
Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be
2013-01-15 02:47:48 +00:00
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
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
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
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectMemory.cpp
<rdar://problem/14521548>
2013-07-24 18:17:35 +00:00
CommandObjectMemory.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
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
Centralized a lot of the status information for processes,
2011-04-18 08:33:37 +00:00
CommandObjectPlugin.cpp
<rdar://problem/13209140>
2013-04-24 21:29:08 +00:00
CommandObjectPlugin.h
Implementing plugins that provide commands.
2012-09-28 23:57:51 +00:00
CommandObjectProcess.cpp
<rdar://problem/13700260>
2013-05-10 23:48:10 +00:00
CommandObjectProcess.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectQuit.cpp
A couple of small fixes to make core file debugging less noisy.
2013-05-11 00:52:25 +00:00
CommandObjectQuit.h
<rdar://problem/12786725>
2013-01-17 21:36:19 +00:00
CommandObjectRegister.cpp
Introduces extended register sets whose availability can vary with the target processor.
2013-03-28 17:27:40 +00:00
CommandObjectRegister.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectSettings.cpp
<rdar://problem/13878726>
2013-05-20 22:29:23 +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
Fix "source list -n printf" on Linux (printf is symbol alias for __printf)
2013-07-11 16:40:56 +00:00
CommandObjectSource.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
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
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
Fixed GetModuleSpecifications() to work better overall:
2013-07-12 22:07:46 +00:00
CommandObjectTarget.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
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
Centralized a lot of the status information for processes,
2011-04-18 08:33:37 +00:00
CommandObjectType.cpp
<rdar://problem/14243761>
2013-06-26 00:31:21 +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
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
rdar://problem/11457143 [ER] need "watchpoint command ..."
2012-08-09 23:09:42 +00:00
Makefile
Fix a few more clang (3.2) warnings on Linux:
2012-12-07 22:21:08 +00:00