..
Args.cpp
Fix a bug related to arg escaping, and add unit tests.
2015-03-14 23:39:42 +00:00
CMakeLists.txt
Add the new file to the CMakeLists. This should appease the Windows bot
2015-02-20 19:54:06 +00:00
CommandHistory.cpp
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
2015-01-15 20:08:35 +00:00
CommandInterpreter.cpp
Turn off 'quit' confirmation in lldb-mi
2015-03-23 22:45:13 +00:00
CommandObject.cpp
Add support for Python object commands to return custom short and long help by implementing
2015-03-13 22:22:28 +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
Make LLDBWrapPython.cpp depend on the .swig files (configure+make build)
2015-03-14 07:58:06 +00:00
OptionGroupArchitecture.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
OptionGroupBoolean.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionGroupFile.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionGroupFormat.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionGroupOutputFile.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +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
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionGroupUInt64.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionGroupUUID.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +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
Changed '-x'/'-xsize' to '-s'/'-size' when specifying
2015-03-26 00:42:27 +00:00
OptionValue.cpp
Add an OptionValueLanguage class
2015-02-20 19:46:30 +00:00
OptionValueArch.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +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
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueBoolean.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueChar.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueDictionary.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueEnumeration.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueFileSpec.cpp
Make sure to re-read the file data you can get from OptionValueFileSpec::GetFileContents(...) when the file has changed.
2015-03-06 23:46:54 +00:00
OptionValueFileSpecLIst.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueFormat.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueFormatEntity.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueLanguage.cpp
Add an OptionValueLanguage class
2015-02-20 19:46:30 +00:00
OptionValuePathMappings.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueProperties.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueRegex.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueSInt64.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueString.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueUInt64.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
OptionValueUUID.cpp
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
2015-02-20 11:14:59 +00:00
Options.cpp
Revert "Fix broken tests due to new error output."
2014-07-09 16:31:49 +00:00
Property.cpp
Don't #include FormatManager.h from Debugger.h
2015-03-03 23:11:11 +00:00
PythonDataObjects.cpp
Remove ScriptInterpreterObject.
2015-03-17 20:04:04 +00:00
ScriptInterpreter.cpp
Rework LLDB system initialization.
2015-03-31 21:03:22 +00:00
ScriptInterpreterNone.cpp
Merging the iohandler branch back into main.
2014-01-27 23:43:24 +00:00
ScriptInterpreterPython.cpp
Rework LLDB system initialization.
2015-03-31 21:03:22 +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