summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnLLDBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-905/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-32/+0
* [lldb-mi] Fix conversion warning for 64-bit buildTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha2019-02-251-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Clean up lldb-types.hPavel Labath2017-07-181-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-561/+610
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+2
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-2/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+2
* [lldb-mi] Fix unused variable warning.Bruce Mitchener2015-10-241-1/+0
* Fix the build when building with LLDB_DISABLE_PYTHON.Aidan Dodds2015-10-231-0/+4
* [lldb-mi] display summary for simple types + refactor (use lldb formatting fo...Dawn Perchik2015-10-231-1/+91
* Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K2015-09-251-4/+2
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-15/+15
* [lldb-mi] Spell resource string name correctly.Bruce Mitchener2015-07-071-2/+2
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-3/+3
* Fix a variety of typos.Bruce Mitchener2015-06-181-3/+3
* Fix handling of hijacked events in synchronous modeIlia K2015-05-201-0/+45
* Remove quit hook in CMIDriver::DoMainLoop (MI)Ilia K2015-05-071-7/+38
* Turn off 'quit' confirmation in lldb-miIlia K2015-03-231-4/+8
* Fix handling of CommandInterpreter's events in lldb-miIlia K2015-03-211-1/+1
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-1/+3
* Add -exec-abort command (MI); Don't exit on eStateExitedIlia K2015-02-241-11/+1
* Fix a race condition in lldb-mi.Hafiz Abid Qadeer2015-02-041-1/+7
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-1/+2
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-4/+4
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-538/+559
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-2/+0
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-92/+36
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+765
OpenPOWER on IntegriCloud