index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
tools
/
lldb-mi
/
MICmnLLDBDebuggerHandleEvents.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a break statement that was needed. Caught by clang's unannotated case f...
Greg Clayton
2016-03-18
1
-1
/
+2
*
Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...
Ilia K
2015-09-25
1
-2
/
+2
*
[lldb-mi] Add (gdb) prompt after =breakpoint-modified and =breakpoint-created.
Dawn Perchik
2015-08-19
1
-1
/
+4
*
Add size field to library load event (MI)
Ilia K
2015-08-11
1
-5
/
+12
*
[lldb-mi] Use empty arg lists instead of (void).
Bruce Mitchener
2015-08-04
1
-13
/
+13
*
[lldb-mi] Remove unused bool results.
Bruce Mitchener
2015-07-22
1
-66
/
+59
*
[lldb-mi] Correct file names in first line comments.
Bruce Mitchener
2015-07-21
1
-1
/
+1
*
[lldb-mi] Fix typos
Bruce Mitchener
2015-07-07
1
-3
/
+3
*
Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
2015-07-03
1
-9
/
+9
*
Don't print =breakpoint-created if BP info was emitted in the result record (MI)
Ilia K
2015-05-19
1
-6
/
+17
*
Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)
Ilia K
2015-05-15
1
-29
/
+64
*
Refactor lldb-mi's prompt
Ilia K
2015-05-13
1
-10
/
+10
*
Fix =breakpoint-created event after creation of BP (MI)
Ilia K
2015-05-08
1
-17
/
+6
*
Print process's output line by line (MI)
Ilia K
2015-05-08
1
-18
/
+55
*
Rework =shlibs-added/=shlibs-removed
Ilia K
2015-04-30
1
-67
/
+71
*
Clean CMICmnLLDBDebuggerHandleEvents::HandleProcessEventStateSuspended (MI)
Ilia K
2015-04-25
1
-6
/
+4
*
Fix CMICmnLLDBDebuggerHandleEvents::GetProcessStdout/GetProcessStderr to use ...
Ilia K
2015-04-24
1
-4
/
+6
*
Generate an event when a pending breakpoint binds
Ilia K
2015-04-09
1
-0
/
+1
*
Refactor CMICmnLLDBDebuggerHandleEvents/CMICmnLLDBDebugSessionInfo/CMICmnLLDB...
Ilia K
2015-04-09
1
-36
/
+5
*
Use std::vector::iterator in CMICmnLLDBDebuggerHandleEvents::ChkForStateChang...
Ilia K
2015-03-26
1
-2
/
+2
*
Use std::vector::const_iterator and std::vector::cbegin/cend in CMICmnLLDBDeb...
Ilia K
2015-03-26
1
-3
/
+3
*
Fix =thread-exited message (MI)
Ilia K
2015-03-26
1
-37
/
+23
*
Fix handling of CommandInterpreter's events in lldb-mi
Ilia K
2015-03-21
1
-0
/
+10
*
expose 64 bit addresses through MI
Ilia K
2015-03-19
1
-6
/
+6
*
Remove redundant comments from lldb-mi source files.
Hafiz Abid Qadeer
2015-03-16
1
-12
/
+0
*
Check that RestartedFromEvent flag before processing the state changed event.
Hafiz Abid Qadeer
2015-03-16
1
-0
/
+2
*
Fix PATH_MAX definition after remarks in r231917 (MI)
Ilia K
2015-03-12
1
-2
/
+1
*
Fix build on Windows (PATH_MAX was undefined) after r231858
Ilia K
2015-03-11
1
-1
/
+2
*
Add =shlibs-added/=shlibs-removed notifications (MI)
Ilia K
2015-03-10
1
-0
/
+169
*
Fix process's output to stdout/stderr (MI)
Ilia K
2015-02-26
1
-75
/
+25
*
Fix usage of shared_ptr for array which may cause a undefined behaviour (use ...
Ilia K
2015-02-26
1
-3
/
+3
*
Add -exec-abort command (MI); Don't exit on eStateExited
Ilia K
2015-02-24
1
-10
/
+6
*
Fix a problem where lldb-mi would not stop the debuggee after -exec-interrupt...
Hafiz Abid Qadeer
2015-02-23
1
-89
/
+118
*
Fix segfault notification in lldb-mi
Ilia K
2015-02-11
1
-0
/
+39
*
Add thread-id field in *stopped notification (MI)
Ilia K
2015-02-10
1
-3
/
+7
*
Fix -stack-list-locals and -stack-list-arguments (MI)
Ilia K
2015-02-06
1
-2
/
+2
*
Fix CLI commands in lldb-mi.
Hafiz Abid Qadeer
2015-02-03
1
-33
/
+33
*
Add missing case statement to quiet a compiler warning.
Greg Clayton
2015-01-20
1
-0
/
+3
*
Added an Xcode target so we build the "lldb-mi" executable as part of the "de...
Greg Clayton
2015-01-20
1
-7
/
+7
*
Fix a bug where global variable can be reported as local.
Hafiz Abid Qadeer
2014-12-08
1
-2
/
+2
*
Reformat lldb-mi using clang-format.
Zachary Turner
2014-11-17
1
-1320
/
+1386
*
Remove two default cases out of fully covered switches.
Eric Christopher
2014-09-09
1
-25
/
+0
*
Add new MI commands, features and fixes to the lldb-mi driver.
Deepak Panickal
2014-08-08
1
-12
/
+120
*
Added support for new MI commands and bug fixes. More details in MIReadme.txt.
Deepak Panickal
2014-06-24
1
-60
/
+83
*
Remove useless declaration
Sylvestre Ledru
2014-06-22
1
-1
/
+0
*
Initial commit of LLDB Machine Interface Frontend.
Deepak Panickal
2014-05-16
1
-0
/
+1436