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
/
MIDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Remove lldb-mi
Jonas Devlieghere
2019-07-18
1
-1318
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-50
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-9
/
+8
*
Add a --synchronous option to lldb-mi to facilitate reliable testing.
Adrian Prantl
2018-05-23
1
-0
/
+4
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Do not pass non-POD type variables through variadic function
Kamil Rytarowski
2017-02-01
1
-1
/
+1
*
Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)
Ilia K
2016-09-12
1
-3
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-848
/
+872
*
Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...
Ilia K
2015-09-25
1
-1
/
+1
*
[lldb-mi] Use empty arg lists instead of (void).
Bruce Mitchener
2015-08-04
1
-35
/
+35
*
[lldb-mi] Add const qualifier to vMITextLine in InterpretCommandThisDriver.
Dawn Perchik
2015-07-13
1
-1
/
+1
*
[lldb-mi] Fix typos
Bruce Mitchener
2015-07-07
1
-1
/
+1
*
[lldb-mi] Use size_t where appropriate.
Bruce Mitchener
2015-07-03
1
-2
/
+2
*
Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
2015-07-03
1
-3
/
+3
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-4
/
+4
*
Fix comments (MI).
Dawn Perchik
2015-06-16
1
-7
/
+8
*
Fix handling of hijacked events in synchronous mode
Ilia K
2015-05-20
1
-0
/
+4
*
Refactor lldb-mi's prompt
Ilia K
2015-05-13
1
-7
/
+4
*
Add -s/--source option support (MI)
Ilia K
2015-05-07
1
-4
/
+101
*
Remove quit hook in CMIDriver::DoMainLoop (MI)
Ilia K
2015-05-07
1
-6
/
+6
*
Clean the CMIDriver (MI)
Ilia K
2015-04-26
1
-5
/
+1
*
Fix handling of the executable arg which contains spaces (MI)
Ilia K
2015-04-14
1
-1
/
+1
*
Add support for CLI commands in lldb-mi
Ilia K
2015-03-24
1
-7
/
+82
*
Remove redundant code from lldb-mi.
Hafiz Abid Qadeer
2015-03-24
1
-15
/
+0
*
Fix double (gdb) prompt when command doesn't exist
Ilia K
2015-03-19
1
-8
/
+6
*
Fix error handling in CMIDriver::DoMainLoop after r215223 (MI)
Ilia K
2015-03-19
1
-3
/
+4
*
Fix comment in tools/lldb-mi/MIDriver.cpp
Ilia K
2015-03-18
1
-1
/
+1
*
Make lldb-mi handle only MI commands
Hafiz Abid Qadeer
2015-03-18
1
-27
/
+2
*
Remove redundant comments from lldb-mi source files.
Hafiz Abid Qadeer
2015-03-16
1
-12
/
+0
*
Allow to pass an executable file via lldb-mi arguments (MI)
Ilia K
2015-03-03
1
-5
/
+9
*
Rename CMIDriver::LocalDebugSessionStartupInjectCommands to CMIDriver::LocalD...
Ilia K
2015-03-02
1
-2
/
+2
*
Fix handling of double quotes (MI)
Ilia K
2015-02-26
1
-1
/
+1
*
Remove redundant code from lldb-mi.
Hafiz Abid Qadeer
2015-02-24
1
-2
/
+0
*
Reduce number of threads in lldb-mi.
Hafiz Abid Qadeer
2015-02-20
1
-156
/
+43
*
Add missing prompt when command doesn't exist (MI)
Ilia K
2015-02-13
1
-0
/
+1
*
Fix a race condition in lldb-mi.
Hafiz Abid Qadeer
2015-02-04
1
-1
/
+8
*
Added an Xcode target so we build the "lldb-mi" executable as part of the "de...
Greg Clayton
2015-01-20
1
-1
/
+1
*
Replace ioctl with select to reduce processor usage by lldb-mi on OSX.
Hafiz Abid Qadeer
2014-12-15
1
-0
/
+2
*
Remove unnecessary changes committed in r223222.
Hafiz Abid Qadeer
2014-12-03
1
-2
/
+0
*
Fix a hang on OSX while executing -exec-run.
Hafiz Abid Qadeer
2014-12-03
1
-0
/
+2
*
Reformat lldb-mi using clang-format.
Zachary Turner
2014-11-17
1
-933
/
+986
*
Remove a pair of default values from fully covered switches.
Eric Christopher
2014-09-09
1
-2
/
+0
*
Restore some reverted fixes for spelling, newlines and __linux__ macro.
Deepak Panickal
2014-08-08
1
-2
/
+3
*
Add new MI commands, features and fixes to the lldb-mi driver.
Deepak Panickal
2014-08-08
1
-10
/
+168
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-5
/
+5
*
Added support for new MI commands and bug fixes. More details in MIReadme.txt.
Deepak Panickal
2014-06-24
1
-27
/
+264
*
Remove useless declaration
Sylvestre Ledru
2014-06-21
1
-3
/
+0
[next]