summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* Improve LLDB prompt handlingPavel Labath2015-05-271-24/+11
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-272-15/+87
* Fix use-after-free in OptionValueString.Zachary Turner2015-05-221-1/+1
* Fixed a ton of gcc compile warningsVince Harron2015-05-135-12/+19
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-041-0/+2
* Don't return nullptr when you mean to return an empty llvm::StringRef...Jim Ingham2015-04-301-1/+1
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-1/+1
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-201/+221
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-0/+1
* Fix "help language", the languages printer was assuming the Jim Ingham2015-04-171-6/+3
* Making linking against Python simpler on Windows.Zachary Turner2015-04-101-0/+3
* Fix a problem where 'process launch' was not correctly re-quoting arguments f...Enrico Granata2015-04-101-1/+2
* [Python] Fix issue configuring sys.path during startup.Zachary Turner2015-04-091-27/+30
* Fix check for options in "command alias"Ted Woodward2015-04-061-3/+3
* Fix warnings generated by clang-cl.Zachary Turner2015-04-021-7/+4
* Rework LLDB system initialization.Zachary Turner2015-03-312-120/+30
* Changed '-x'/'-xsize' to '-s'/'-size' when specifyingSean Callanan2015-03-261-2/+2
* Turn off 'quit' confirmation in lldb-miIlia K2015-03-231-0/+7
* Remove ScriptInterpreterObject.Zachary Turner2015-03-172-216/+295
* Fix broadcasters for interpreter and process:Ilia K2015-03-171-1/+1
* Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra2015-03-161-1/+1
* Fix a bug related to arg escaping, and add unit tests.Zachary Turner2015-03-141-1/+1
* Make LLDBWrapPython.cpp depend on the .swig files (configure+make build)Ed Maste2015-03-141-1/+4
* Add support for Python object commands to return custom short and long help b...Enrico Granata2015-03-132-0/+156
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-132-0/+89
* Help for _regexp-break wasn't very clear. Added more detailed explanations of...Greg Clayton2015-03-071-2/+8
* Make sure to re-read the file data you can get from OptionValueFileSpec::GetF...Greg Clayton2015-03-061-1/+9
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+2
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-033-0/+4
* Fix build breakage on win7-msvc caused by r230955Pavel Labath2015-03-021-2/+1
* Fix handling of backslashes in Args parsingPavel Labath2015-03-022-207/+142
* Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.Siva Chandra2015-02-261-1/+1
* If we are trying to load the scripting resource for a module whose name happe...Enrico Granata2015-02-261-1/+16
* Add the new file to the CMakeLists. This should appease the Windows botEnrico Granata2015-02-201-0/+1
* Add an OptionValueLanguage classEnrico Granata2015-02-203-0/+127
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-2026-117/+95
* Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron2015-02-182-8/+16
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-166-29/+32
* Add -exec-arguments commandIlia K2015-02-131-2/+6
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+12
* Unbreak the cmake build by adding some new filesReid Kleckner2015-02-041-0/+1
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-044-23/+191
* Change void* name_token to const void* to address warnings.Bruce Mitchener2015-02-031-5/+5
* Changes in 226712 needed some fixing as a platform is almost always selected ...Greg Clayton2015-01-281-0/+35
* Allow python command interpreter commands to be interruptable via CTRL+C.Greg Clayton2015-01-272-19/+37
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-213-4/+4
* Don't remove backslashes from arguments unless the following char is recognized.Zachary Turner2015-01-201-11/+9
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-159-97/+31
* Three related changes to help:Kate Stone2015-01-151-76/+83
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-1316-18/+76
OpenPOWER on IntegriCloud