summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp
AgeCommit message (Expand)Author
2017-12-19Replace an accidentally added "break" with an LLVM_FALLTHROUGH.Adrian Prantl
2017-12-19Fix a couple of warnings (NFC)Adrian Prantl
2017-10-11Remove default case from switch.Ted Woodward
2017-09-30[lldb-mi] Fix a thinko in my previous commit.Davide Italiano
2017-09-30[lldb-mi] Add a default case to placate GCC with -Werror.Davide Italiano
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-03-18Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton
2015-09-25Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...Ilia K
2015-08-19[lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.Dawn Perchik
2015-08-11Add size field to library load event (MI)Ilia K
2015-08-04[lldb-mi] Use empty arg lists instead of (void).Bruce Mitchener
2015-07-22[lldb-mi] Remove unused bool results.Bruce Mitchener
2015-07-21[lldb-mi] Correct file names in first line comments.Bruce Mitchener
2015-07-07[lldb-mi] Fix typosBruce Mitchener
2015-07-03Remove typedefs for MIchar, MIschar, MIuchar.Bruce Mitchener
2015-05-19Don't print =breakpoint-created if BP info was emitted in the result record (MI)Ilia K
2015-05-15Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K
2015-05-13Refactor lldb-mi's promptIlia K
2015-05-08Fix =breakpoint-created event after creation of BP (MI)Ilia K
2015-05-08Print process's output line by line (MI)Ilia K
2015-04-30Rework =shlibs-added/=shlibs-removedIlia K
2015-04-25Clean CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStateSuspended (MI)Ilia K
2015-04-24Fix CMICmnLLDBDebuggerHandleEvents::GetProcessStdout/GetProcessStderr to use ...Ilia K
2015-04-09Generate an event when a pending breakpoint bindsIlia K
2015-04-09Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...Ilia K
2015-03-26Use std::vector::iterator in CMICmnLLDBDebuggerHandleEvents::ChkForStateChang...Ilia K
2015-03-26Use std::vector::const_iterator and std::vector::cbegin/cend in CMICmnLLDBDeb...Ilia K
2015-03-26Fix =thread-exited message (MI)Ilia K
2015-03-21Fix handling of CommandInterpreter's events in lldb-miIlia K
2015-03-19expose 64 bit addresses through MIIlia K
2015-03-16Remove redundant comments from lldb-mi source files.Hafiz Abid Qadeer
2015-03-16Check that RestartedFromEvent flag before processing the state changed event.Hafiz Abid Qadeer
2015-03-12Fix PATH_MAX definition after remarks in r231917 (MI)Ilia K
2015-03-11Fix build on Windows (PATH_MAX was undefined) after r231858Ilia K
2015-03-10Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K
2015-02-26Fix process's output to stdout/stderr (MI)Ilia K
2015-02-26Fix usage of shared_ptr for array which may cause a undefined behaviour (use ...Ilia K
2015-02-24Add -exec-abort command (MI); Don't exit on eStateExitedIlia K
2015-02-23Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt...Hafiz Abid Qadeer
2015-02-11Fix segfault notification in lldb-miIlia K
2015-02-10Add thread-id field in *stopped notification (MI)Ilia K
2015-02-06Fix -stack-list-locals and -stack-list-arguments (MI)Ilia K
2015-02-03Fix CLI commands in lldb-mi.Hafiz Abid Qadeer
2015-01-20Add missing case statement to quiet a compiler warning.Greg Clayton
2015-01-20Added an Xcode target so we build the "lldb-mi" executable as part of the "de...Greg Clayton
2014-12-08Fix a bug where global variable can be reported as local.Hafiz Abid Qadeer