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
*
[LLDB] Remove lldb-mi
Jonas Devlieghere
2019-07-18
1
-1883
/
+0
*
Fix 'warning: format specifies type 'int' but the argument has type 'MIuint' ...
Alexandre Ganea
2019-05-28
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-38
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-3
/
+3
*
[lldb-mi] Re-implement MI HandleProcessEventStateSuspended.
Alexander Polyakov
2018-08-07
1
-9
/
+11
*
Replace an accidentally added "break" with an LLVM_FALLTHROUGH.
Adrian Prantl
2017-12-19
1
-1
/
+1
*
Fix a couple of warnings (NFC)
Adrian Prantl
2017-12-19
1
-0
/
+2
*
Remove default case from switch.
Ted Woodward
2017-10-11
1
-2
/
+4
*
[lldb-mi] Fix a thinko in my previous commit.
Davide Italiano
2017-09-30
1
-1
/
+1
*
[lldb-mi] Add a default case to placate GCC with -Werror.
Davide Italiano
2017-09-30
1
-0
/
+2
*
iwyu fixes on lldbUtility.
Zachary Turner
2017-04-06
1
-0
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1415
/
+1491
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+3
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-3
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+3
*
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
[next]