..
CommandCompletions.cpp
Extended function lookup to allow the user to
2012-02-10 22:52:19 +00:00
CommandObjectApropos.cpp
General cleanup on the UserSettingsController stuff. There were 5 different
2011-04-19 22:32:36 +00:00
CommandObjectApropos.h
Fixed the way set/show variables were being accessed to being natively
2010-09-18 01:14:36 +00:00
CommandObjectArgs.cpp
<rdar://problem/10103468>
2012-02-24 01:59:29 +00:00
CommandObjectArgs.h
Added two new classes for command options:
2011-04-13 00:18:08 +00:00
CommandObjectBreakpoint.cpp
Add clarification comments.
2012-05-08 00:43:20 +00:00
CommandObjectBreakpoint.h
Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints.
2012-03-06 00:37:27 +00:00
CommandObjectBreakpointCommand.cpp
Fix the docs for "breakpoint command add" to specify the arguments passed into the python function.
2012-04-25 01:05:21 +00:00
CommandObjectBreakpointCommand.h
Adding a new --python-function (-F) option to breakpoint command add. The option allows the user to specify a Python function name instead of a Python oneliner or interactive script input as a breakpoint command
2012-04-04 17:30:31 +00:00
CommandObjectCommands.cpp
Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety
2012-03-06 23:42:15 +00:00
CommandObjectCommands.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectCrossref.cpp
Fixed the way set/show variables were being accessed to being natively
2010-09-18 01:14:36 +00:00
CommandObjectDisassemble.cpp
<rdar://problem/11358639>
2012-05-08 01:45:38 +00:00
CommandObjectDisassemble.h
disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past.
2011-09-01 01:11:04 +00:00
CommandObjectExpression.cpp
Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary
2012-03-28 22:17:37 +00:00
CommandObjectExpression.h
There is no need to hold onto an ExecutionContext as a member variable.
2012-01-27 18:18:23 +00:00
CommandObjectFrame.cpp
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
2012-03-19 22:58:49 +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
If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options.
2012-05-02 01:12:54 +00:00
CommandObjectHelp.h
Cleaned up many error codes. For any who is filling in error strings into
2011-10-26 00:56:27 +00:00
CommandObjectLog.cpp
Add a logging mode that takes a callback and flush'es to that callback.
2012-02-21 02:23:08 +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
Added a --force option to "memory read,"
2012-04-28 01:27:38 +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
- Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting
2011-02-19 02:53:09 +00:00
CommandObjectPlatform.cpp
<rdar://problem/11358639>
2012-05-08 01:45:38 +00:00
CommandObjectPlatform.h
Centralized a lot of the status information for processes,
2011-04-18 08:33:37 +00:00
CommandObjectProcess.cpp
Patch from Viktor Kutuzov: delete the temporary process we created when "process connect" fails.
2012-03-31 00:10:30 +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
Fixed the way set/show variables were being accessed to being natively
2010-09-18 01:14:36 +00:00
CommandObjectQuit.h
Fixed the way set/show variables were being accessed to being natively
2010-09-18 01:14:36 +00:00
CommandObjectRegister.cpp
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
2012-02-21 00:09:25 +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/10998562
2012-03-07 02:09:02 +00:00
CommandObjectSettings.h
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev ,
2012-01-23 19:49:28 +00:00
CommandObjectSource.cpp
Made a ModuleSpec class in Module.h which can specify a module using one or
2012-02-26 05:51:37 +00:00
CommandObjectSource.h
Fix GetRepeatCommand so it works with multi-word commands.
2010-07-07 03:36:20 +00:00
CommandObjectSyntax.cpp
Modify existing commands with arguments to use the new argument mechanism
2010-10-04 22:28:36 +00:00
CommandObjectSyntax.h
Fixed the way set/show variables were being accessed to being natively
2010-09-18 01:14:36 +00:00
CommandObjectTarget.cpp
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
2012-05-04 23:02:50 +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
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans
2012-05-03 21:19:36 +00:00
CommandObjectThread.h
Centralized a lot of the status information for processes,
2011-04-18 08:33:37 +00:00
CommandObjectType.cpp
Adding a new 'type category disable *' feature that disables all categories - This is intended as a quick kill switch for data formatters for cases where the user wants as little extra processing as possible to be done on their target, or to override major data formatters bug, should they occur
2012-05-03 01:08:44 +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
- Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting
2011-02-19 02:53:09 +00:00
CommandObjectVersion.h
Add a simple command: 'version' to the command interpreter, and an accompanying
2010-12-23 20:21:44 +00:00
CommandObjectWatchpoint.cpp
Clarify "watchpoint set" help text.
2012-04-27 05:27:07 +00:00
CommandObjectWatchpoint.h
After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command
2012-02-08 22:37:48 +00:00
Makefile
Merged Eli Friedman's linux build changes where he added Makefile files that
2010-07-09 20:39:50 +00:00