summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-062-3/+4
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-12/+4
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-092-5/+4
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-021-1/+1
* [lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cppPavel Labath2019-12-231-0/+1
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-2/+2
* [lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere2019-12-221-0/+8
* [lldb/ScriptInterpreter] Fix stale/bogus error messagesJonas Devlieghere2019-12-211-2/+2
* [lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere2019-12-211-14/+10
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-191-0/+2
* [lldb/Scripting] Simplify code by removing the #if.Jonas Devlieghere2019-12-181-11/+3
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-7/+7
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-122-2/+2
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-102-6/+4
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* Clear out the python class name in OptionParsingStarted for the OptionGroupPy...Jim Ingham2019-12-041-0/+1
* Add help text for parray and poarray aliases.Jason Molenda2019-12-041-4/+17
* [lldb][NFC] Give some parameters in CommandInterpreter more descriptive namesRaphael Isemann2019-11-051-6/+6
* [ValueObjectDisplay] Generalize the description of an option.Davide Italiano2019-10-291-1/+1
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-252-24/+49
* Replace static const StringRef with StringRef (NFC)Adrian Prantl2019-10-081-3/+3
* Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham2019-10-031-2/+1
* Forgot to change the header guards on OptionGroupPythonClassWithDict.Jim Ingham2019-10-031-1/+1
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-033-0/+129
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-13/+14
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-7/+7
* Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha2019-09-262-53/+60
* [lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...Raphael Isemann2019-09-251-1/+1
* [lldb][NFC] Add CompletionRequest::AppendEmptyArgumentRaphael Isemann2019-09-251-3/+1
* [lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletionRaphael Isemann2019-09-251-4/+1
* [lldb] Remove redundant argument lists in CompletionRequestRaphael Isemann2019-09-241-1/+1
* [lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-1/+0
* [lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-9/+2
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-232-4/+4
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-234-15/+5
* [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann2019-09-231-2/+1
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-135-14/+14
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* Remove `bugreport` commandJonas Devlieghere2019-09-051-3/+0
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-5/+6
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-0/+9
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-10/+4
* [lldb][NFC] Get rid of C-strings in HandleOptionCompletionRaphael Isemann2019-08-281-17/+11
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-4/+4
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-9/+7
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-7/+9
* Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp toAdrian Prantl2019-08-222-1/+1
* Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp toAdrian Prantl2019-08-222-2/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-9/+7
* [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann2019-08-221-5/+2
OpenPOWER on IntegriCloud