summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Remove lldb-miJonas Devlieghere2019-07-181-1883/+0
* Fix 'warning: format specifies type 'int' but the argument has type 'MIuint' ...Alexandre Ganea2019-05-281-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-38/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove comments after header includes.Jonas Devlieghere2018-11-111-3/+3
* [lldb-mi] Re-implement MI HandleProcessEventStateSuspended.Alexander Polyakov2018-08-071-9/+11
* Replace an accidentally added "break" with an LLVM_FALLTHROUGH.Adrian Prantl2017-12-191-1/+1
* Fix a couple of warnings (NFC)Adrian Prantl2017-12-191-0/+2
* 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
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1415/+1491
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+3
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-3/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+3
* 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
OpenPOWER on IntegriCloud