..
Args.cpp
Don't remove backslashes from arguments unless the following char is recognized.
2015-01-20 17:53:36 +00:00
CMakeLists.txt
Unbreak the cmake build by adding some new files
2015-02-04 22:46:17 +00:00
CommandHistory.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
CommandInterpreter.cpp
Allow python command interpreter commands to be interruptable via CTRL+C.
2015-01-27 01:58:22 +00:00
CommandObject.cpp
Add the ability to tag one or more breakpoints with a name. These
2014-12-16 23:40:14 +00:00
CommandObjectRegexCommand.cpp
Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is.
2015-01-21 21:51:02 +00:00
CommandObjectScript.cpp
Switch NULL to C++11 nullptr in source/Interpreter
2014-04-20 00:31:37 +00:00
CommandObjectScript.h
Fix a few more clang (3.2) warnings on Linux:
2012-12-07 22:21:08 +00:00
CommandOptionValidators.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
CommandReturnObject.cpp
Any commands that are executed through the public interface using SBCommandInterpreter::HandleCommand() are assumed to be in non-interactive mode.
2014-07-15 00:25:59 +00:00
Makefile
Fix configure & make build with python disabled
2014-09-09 04:52:37 +00:00
OptionGroupArchitecture.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionGroupBoolean.cpp
Fix tests broken by the OptionValidator changes.
2014-07-09 16:32:07 +00:00
OptionGroupFile.cpp
Fix tests broken by the OptionValidator changes.
2014-07-09 16:32:07 +00:00
OptionGroupFormat.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionGroupOutputFile.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionGroupPlatform.cpp
Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected.
2015-01-28 01:33:37 +00:00
OptionGroupString.cpp
Fix tests broken by the OptionValidator changes.
2014-07-09 16:32:07 +00:00
OptionGroupUInt64.cpp
Fix tests broken by the OptionValidator changes.
2014-07-09 16:32:07 +00:00
OptionGroupUUID.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionGroupValueObjectDisplay.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
OptionGroupVariable.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionGroupWatchpoint.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionValue.cpp
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class.
2015-02-04 22:00:53 +00:00
OptionValueArch.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueArgs.cpp
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
2012-08-22 17:17:09 +00:00
OptionValueArray.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
OptionValueBoolean.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueChar.cpp
Add support for character option types.
2015-01-12 20:44:02 +00:00
OptionValueDictionary.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueEnumeration.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueFileSpec.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueFileSpecLIst.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
OptionValueFormat.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueFormatEntity.cpp
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class.
2015-02-04 22:00:53 +00:00
OptionValuePathMappings.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
OptionValueProperties.cpp
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class.
2015-02-04 22:00:53 +00:00
OptionValueRegex.cpp
Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is.
2015-01-21 21:51:02 +00:00
OptionValueSInt64.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
OptionValueString.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
OptionValueUInt64.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
OptionValueUUID.cpp
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
2015-01-13 21:13:08 +00:00
Options.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
Property.cpp
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity class.
2015-02-04 22:00:53 +00:00
PythonDataObjects.cpp
Switch NULL to C++11 nullptr in source/Interpreter
2014-04-20 00:31:37 +00:00
ScriptInterpreter.cpp
Add a feature where a string data formatter can now be partially composed of Python summary functions
2014-10-28 21:07:00 +00:00
ScriptInterpreterNone.cpp
Merging the iohandler branch back into main.
2014-01-27 23:43:24 +00:00
ScriptInterpreterPython.cpp
Add Initialize/Terminate method to Platform base plugin
2015-02-12 18:18:27 +00:00
embedded_interpreter.py
Continuation broken for Python scripts when using non-interactive input (Xcode for example).
2014-09-15 22:46:25 +00:00