.. |
Args.cpp
|
Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods.
|
2012-04-25 22:30:32 +00:00 |
CommandInterpreter.cpp
|
Added "kill" as an alias for "process kill".
|
2012-06-01 23:29:32 +00:00 |
CommandObject.cpp
|
Fix arch_helper() to return the list of supported architectures.
|
2012-05-29 20:04:10 +00:00 |
CommandObjectRegexCommand.cpp
|
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ...
|
2012-05-31 01:09:06 +00:00 |
CommandObjectScript.cpp
|
More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files
|
2011-08-22 22:03:47 +00:00 |
CommandObjectScript.h
|
Split up the Python script interpreter code to allow multiple script interpreter objects to
|
2011-01-14 00:29:16 +00:00 |
CommandReturnObject.cpp
|
Work in progress for:
|
2011-12-19 21:36:23 +00:00 |
Makefile
|
Commit Charles Davis' patch with some additional modifications.
|
2012-05-29 14:08:19 +00:00 |
NamedOptionValue.cpp
|
Cleaned up many error codes. For any who is filling in error strings into
|
2011-10-26 00:56:27 +00:00 |
OptionGroupArchitecture.cpp
|
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
|
2012-05-15 23:21:36 +00:00 |
OptionGroupBoolean.cpp
|
Headers have been moved to /includes/lldb/Interpreter. This patch
|
2011-05-13 20:21:08 +00:00 |
OptionGroupFile.cpp
|
Added "target variable" command that allows introspection of global
|
2011-07-07 01:59:51 +00:00 |
OptionGroupFormat.cpp
|
Fixed the GDB format to allow the size and format characters to come in any
|
2011-10-28 23:27:55 +00:00 |
OptionGroupOutputFile.cpp
|
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
|
2012-05-15 23:21:36 +00:00 |
OptionGroupPlatform.cpp
|
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
|
2012-05-15 23:21:36 +00:00 |
OptionGroupUInt64.cpp
|
Headers have been moved to /includes/lldb/Interpreter. This patch
|
2011-05-13 20:21:08 +00:00 |
OptionGroupUUID.cpp
|
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
|
2012-05-15 23:21:36 +00:00 |
OptionGroupValueObjectDisplay.cpp
|
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
|
2012-05-15 23:21:36 +00:00 |
OptionGroupVariable.cpp
|
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
|
2012-05-15 23:21:36 +00:00 |
OptionGroupWatchpoint.cpp
|
Give more explicit error messages when watchpoint creation command (watchpoint set) fails,
|
2012-06-04 20:08:23 +00:00 |
Options.cpp
|
Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or
|
2012-02-08 01:13:31 +00:00 |
ScriptInterpreter.cpp
|
This commit:
|
2012-02-29 03:28:49 +00:00 |
ScriptInterpreterNone.cpp
|
Fixed the way set/show variables were being accessed to being natively
|
2010-09-18 01:14:36 +00:00 |
ScriptInterpreterPython.cpp
|
When the current thread state is NULL, PyThreadState_Get() issues a fatal error.
|
2012-05-04 20:37:11 +00:00 |
embedded_interpreter.py
|
Split up the Python script interpreter code to allow multiple script interpreter objects to
|
2011-01-14 00:29:16 +00:00 |