..
CMakeLists.txt
Adding CMake build system to LLDB. Some known issues remain:
2013-02-21 20:58:22 +00:00
CommandCompletions.cpp
<rdar://problem/13069948>
2013-01-25 18:06:21 +00:00
CommandObjectApropos.cpp
<rdar://problem/13069948>
2013-01-25 18:06:21 +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
<rdar://problem/13069948>
2013-01-25 18:06:21 +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
One to many always's.
2013-02-14 19:30:35 +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
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +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/13069948>
2013-01-25 18:06:21 +00:00
CommandObjectCommands.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectDisassemble.cpp
<rdar://problem/12552374>
2013-01-29 01:48:30 +00:00
CommandObjectDisassemble.h
Switch "disassemble" with no arguments or options to disassemble the current frame instead of around the current PC.
2012-12-14 22:36:35 +00:00
CommandObjectExpression.cpp
<rdar://problem/12890171>
2013-01-29 01:35:01 +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
If you say
2013-02-21 01:29:04 +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
<rdar://problem/13069948>
2013-01-25 18:06:21 +00:00
CommandObjectHelp.h
<rdar://problem/12798131>
2012-12-04 00:32:51 +00:00
CommandObjectLog.cpp
<rdar://problem/10903854>
2012-12-07 18:37:09 +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/12552374>
2013-01-29 01:48:30 +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/13265017>
2013-02-21 23:57:25 +00:00
CommandObjectPlatform.cpp
<rdar://problem/13069948>
2013-01-25 18:06:21 +00:00
CommandObjectPlatform.h
Centralized a lot of the status information for processes,
2011-04-18 08:33:37 +00:00
CommandObjectPlugin.cpp
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +00:00
CommandObjectPlugin.h
Implementing plugins that provide commands.
2012-09-28 23:57:51 +00:00
CommandObjectProcess.cpp
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where
2013-02-09 01:29:05 +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
<rdar://problem/12786725>
2013-01-17 21:36:19 +00:00
CommandObjectQuit.h
<rdar://problem/12786725>
2013-01-17 21:36:19 +00:00
CommandObjectRegister.cpp
<rdar://problem/13069948>
2013-01-25 18:06:21 +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
Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are:
2013-01-09 19:44:40 +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/13265297>
2013-02-23 04:12:47 +00:00
CommandObjectSource.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectSyntax.cpp
<rdar://problem/13069948>
2013-01-25 18:06:21 +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
Change CommandObjectTargetSymbolsAdd to require that a target exists;
2013-02-02 06:00:36 +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
Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.)
2013-01-31 21:46:01 +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/12978143>
2013-01-28 23:47:25 +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
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +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
<rdar://problem/13207948>
2013-02-14 04:15:23 +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
Fix Linux build warnings due to redefinition of macros:
2012-12-05 00:20:57 +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