summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi
Commit message (Expand)AuthorAgeFilesLines
* Remove default case from switch.Ted Woodward2017-10-111-2/+4
* [lldb-mi] Fix a thinko in my previous commit.Davide Italiano2017-09-301-1/+1
* [lldb-mi] Add a default case to placate GCC with -Werror.Davide Italiano2017-09-301-0/+2
* Fix the SIGINT handlersAdrian McCarthy2017-09-201-4/+4
* lldb-mi: -var-update can hang when traversing complex types with pointersTed Woodward2017-08-311-7/+7
* Clean up lldb-types.hPavel Labath2017-07-183-0/+4
* Fix a small issue with -var-update.Hafiz Abid Qadeer2017-06-011-15/+13
* Rename Error -> Status.Zachary Turner2017-05-124-4/+4
* iwyu fixes on lldbUtility.Zachary Turner2017-04-063-0/+6
* Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...Ilia K2017-04-042-3/+5
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-032-4/+0
* [cmake] Remove VERSION property from executable targetsPavel Labath2017-02-011-2/+0
* Do not pass non-POD type variables through variadic functionKamil Rytarowski2017-02-015-5/+5
* [CMake] Add accurate dependency specificationsChris Bieneman2017-01-311-17/+20
* [lldb-mi] Fix implementation for a few mi commandsHafiz Abid Qadeer2017-01-059-7/+91
* Remove an unused type declaration.Hafiz Abid Qadeer2016-12-161-6/+0
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-151-4/+1
* Fix build for mingw.Hafiz Abid Qadeer2016-12-152-2/+2
* Clean up some use of __ANDROID_NDK__ in the cmake filesPavel Labath2016-12-052-1/+2
* Link lldb-mi only to the llvm components it usesPavel Labath2016-11-031-4/+3
* [cmake] Make dependencies of lldb libraries private, take 2Pavel Labath2016-10-181-0/+2
* [LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue classVadim Macagon2016-10-142-16/+17
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-052-5/+5
* Fix parsing expressions to evaluate with spaces and optional args (MI)Ilia K2016-09-221-10/+2
* Remove MIUtilParse (no longer used)Pavel Labath2016-09-133-152/+0
* Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)Ilia K2016-09-121-3/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-06151-21113/+22082
* Replace uses of MIUtilParse::CRegexParser with llvm::RegexPavel Labath2016-09-052-31/+35
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-192-1/+5
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-192-5/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-192-1/+5
* Fix -break-insert not working when using absolute paths (MI)Ilia K2016-07-293-1/+27
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Fix -break-enable/-break-disable commands (MI)Ilia K2016-07-141-23/+3
* -thread-info in lldbmi does not conform to protocol. Should end with current ...Chuck Ries2016-04-082-4/+23
* Revert the "build fix" in r264104Pavel Labath2016-03-291-4/+0
* Reverted a change in r264074 that made lldb-mi use lldb_private APIs.Sean Callanan2016-03-221-1/+2
* [lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.Siva Chandra2016-03-221-1/+1
* Unicode support on Win32.Zachary Turner2016-03-223-9/+19
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-3/+1
* Delete the custom implementation of signal() on Windows.Zachary Turner2016-03-183-58/+1
* Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton2016-03-181-1/+2
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-082-3/+8
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-291-1/+6
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-32/+0
* Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik2016-01-061-2/+2
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-051-18/+10
* Allow variable names to be quoted with -var-list-childrenChuck Ries2015-12-071-1/+1
* test commit.Chuck Ries2015-12-071-1/+1
* Add more autotools/gmake NetBSD glueBruce Mitchener2015-11-151-2/+1
OpenPOWER on IntegriCloud