..
CommandCompletions.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectAppend.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectAppend.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectApropos.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectApropos.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectArgs.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectArgs.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectBreakpoint.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectBreakpoint.h
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectBreakpointCommand.cpp
I enabled some extra warnings for hidden local variables and for hidden
2010-07-14 00:18:15 +00:00
CommandObjectBreakpointCommand.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectCall.cpp
Added function name types to allow us to set breakpoints by name more
2010-06-28 21:30:43 +00:00
CommandObjectCall.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectCommands.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectCommands.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectCrossref.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectDelete.cpp
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
CommandObjectDelete.h
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
CommandObjectDisassemble.cpp
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
2010-06-30 23:03:03 +00:00
CommandObjectDisassemble.h
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
2010-06-30 23:03:03 +00:00
CommandObjectExpression.cpp
Added logging:
2010-07-23 22:19:18 +00:00
CommandObjectExpression.h
Added the temporary -i option to expr, which
2010-06-23 23:18:04 +00:00
CommandObjectFile.cpp
Add a source file completer to the CommandCompleters.
2010-06-30 05:02:46 +00:00
CommandObjectFile.h
Add a source file completer to the CommandCompleters.
2010-06-30 05:02:46 +00:00
CommandObjectFrame.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +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
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectHelp.h
Add a source file completer to the CommandCompleters.
2010-06-30 05:02:46 +00:00
CommandObjectImage.cpp
I enabled some extra warnings for hidden local variables and for hidden
2010-07-14 00:18:15 +00:00
CommandObjectImage.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectInfo.cpp
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
CommandObjectInfo.h
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
CommandObjectLog.cpp
Fixed the log streams for logs that output to
2010-06-23 21:28:25 +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
Remove use of STL collection class use of the "data()" method since it isn't
2010-07-20 22:52:08 +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
Fixing a crashing bug in multiword commands from William Lynch.
2010-07-20 22:54:09 +00:00
CommandObjectProcess.cpp
I enabled some extra warnings for hidden local variables and for hidden
2010-07-14 00:18:15 +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
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectQuit.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectRegister.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectRegister.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectSelect.cpp
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
CommandObjectSelect.h
Initial checkin of lldb code from internal Apple repo.
2010-06-08 16:52:24 +00:00
CommandObjectSet.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectSet.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectSettings.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectSettings.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectShow.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectShow.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectSource.cpp
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectSource.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectSyntax.cpp
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectSyntax.h
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00
CommandObjectTarget.cpp
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +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
Remove use of STL collection class use of the "data()" method since it isn't
2010-07-20 22:52:08 +00:00
CommandObjectThread.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
CommandObjectVariable.cpp
Change over to using the definitions for mach-o types and defines to the
2010-07-21 22:12:05 +00:00
CommandObjectVariable.h
Very large changes that were needed in order to allow multiple connections
2010-06-23 01:19:29 +00:00
Makefile
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00