summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton2016-03-181-1/+2
* Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K2015-09-251-2/+2
* [lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.Dawn Perchik2015-08-191-1/+4
* Add size field to library load event (MI)Ilia K2015-08-111-5/+12
* [lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener2015-08-041-13/+13
* [lldb-mi] Remove unused bool results.Bruce Mitchener2015-07-221-66/+59
* [lldb-mi] Correct file names in first line comments.Bruce Mitchener2015-07-211-1/+1
* [lldb-mi] Fix typosBruce Mitchener2015-07-071-3/+3
* Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener2015-07-031-9/+9
* Don't print =breakpoint-created if BP info was emitted in the result record (MI)Ilia K2015-05-191-6/+17
* Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K2015-05-151-29/+64
* Refactor lldb-mi's promptIlia K2015-05-131-10/+10
* Fix =breakpoint-created event after creation of BP (MI)Ilia K2015-05-081-17/+6
* Print process's output line by line (MI)Ilia K2015-05-081-18/+55
* Rework =shlibs-added/=shlibs-removedIlia K2015-04-301-67/+71
* Clean CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStateSuspended (MI)Ilia K2015-04-251-6/+4
* Fix CMICmnLLDBDebuggerHandleEvents::GetProcessStdout/GetProcessStderr to use ...Ilia K2015-04-241-4/+6
* Generate an event when a pending breakpoint bindsIlia K2015-04-091-0/+1
* Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...Ilia K2015-04-091-36/+5
* Use std::vector::iterator in CMICmnLLDBDebuggerHandleEvents::ChkForStateChang...Ilia K2015-03-261-2/+2
* Use std::vector::const_iterator and std::vector::cbegin/cend in CMICmnLLDBDeb...Ilia K2015-03-261-3/+3
* Fix =thread-exited message (MI)Ilia K2015-03-261-37/+23
* Fix handling of CommandInterpreter's events in lldb-miIlia K2015-03-211-0/+10
* expose 64 bit addresses through MIIlia K2015-03-191-6/+6
* Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer2015-03-161-12/+0
* Check that RestartedFromEvent flag before processing the state changed event.Hafiz Abid Qadeer2015-03-161-0/+2
* Fix PATH_MAX definition after remarks in r231917 (MI)Ilia K2015-03-121-2/+1
* Fix build on Windows (PATH_MAX was undefined) after r231858Ilia K2015-03-111-1/+2
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-0/+169
* Fix process's output to stdout/stderr (MI)Ilia K2015-02-261-75/+25
* Fix usage of shared_ptr for array which may cause a undefined behaviour (use ...Ilia K2015-02-261-3/+3
* Add -exec-abort command (MI); Don't exit on eStateExitedIlia K2015-02-241-10/+6
* Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt...Hafiz Abid Qadeer2015-02-231-89/+118
* Fix segfault notification in lldb-miIlia K2015-02-111-0/+39
* Add thread-id field in *stopped notification (MI)Ilia K2015-02-101-3/+7
* Fix -stack-list-locals and -stack-list-arguments (MI)Ilia K2015-02-061-2/+2
* Fix CLI commands in lldb-mi.Hafiz Abid Qadeer2015-02-031-33/+33
* Add missing case statement to quiet a compiler warning.Greg Clayton2015-01-201-0/+3
* Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton2015-01-201-7/+7
* Fix a bug where global variable can be reported as local.Hafiz Abid Qadeer2014-12-081-2/+2
* Reformat lldb-mi using clang-format.Zachary Turner2014-11-171-1320/+1386
* Remove two default cases out of fully covered switches.Eric Christopher2014-09-091-25/+0
* Add new MI commands, features and fixes to the lldb-mi driver.Deepak Panickal2014-08-081-12/+120
* Added support for new MI commands and bug fixes. More details in MIReadme.txt.Deepak Panickal2014-06-241-60/+83
* Remove useless declarationSylvestre Ledru2014-06-221-1/+0
* Initial commit of LLDB Machine Interface Frontend.Deepak Panickal2014-05-161-0/+1436
OpenPOWER on IntegriCloud