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
/
MICmdCmdData.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Remove lldb-mi
Jonas Devlieghere
2019-07-18
1
-1673
/
+0
*
[lldb-mi] Include full path in the -data-disassemble response
Tatyana Krasnukha
2019-05-21
1
-1
/
+8
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-89
/
+0
*
[lldb-mi] Return source line number in proper format
Tatyana Krasnukha
2019-02-25
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-2
/
+2
*
Fix windows build after r337689
Alexander Polyakov
2018-07-23
1
-0
/
+1
*
[lldb-mi] Re-implement data-info-line command.
Alexander Polyakov
2018-07-23
1
-141
/
+75
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1130
/
+1191
*
Replace uses of MIUtilParse::CRegexParser with llvm::Regex
Pavel Labath
2016-09-05
1
-13
/
+15
*
Show real error message in -data-evaluate-expression
Eugene Leviant
2016-02-08
1
-3
/
+6
*
Handle the options and parameters separator in every MI command
Hafiz Abid Qadeer
2015-11-02
1
-2
/
+0
*
Better handle the arguments common to all MI commands.
Hafiz Abid Qadeer
2015-10-29
1
-23
/
+6
*
Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...
Ilia K
2015-09-25
1
-3
/
+3
*
[lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.
Dawn Perchik
2015-09-17
1
-43
/
+58
*
[lldb-mi] Clean up CMICmdArgSet usage.
Bruce Mitchener
2015-09-15
1
-30
/
+30
*
Fix -data-evaluate-expression for array.
Hafiz Abid Qadeer
2015-09-07
1
-45
/
+1
*
[lldb-mi] Use empty arg lists instead of (void).
Bruce Mitchener
2015-08-04
1
-58
/
+58
*
[lldb-mi] Remove unused bool results.
Bruce Mitchener
2015-07-22
1
-75
/
+49
*
Fix -data-info-line when source includes column number.
Dawn Perchik
2015-07-15
1
-1
/
+1
*
Use string::find(char) for single character strings.
Bruce Mitchener
2015-07-04
1
-3
/
+3
*
[lldb-mi] Use size_t where appropriate.
Bruce Mitchener
2015-07-03
1
-19
/
+19
*
Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
2015-07-03
1
-10
/
+10
*
Expand result with type char* to string in -data-evaluate-expression
Ilia K
2015-06-25
1
-7
/
+2
*
[LLDB-MI] Properly detect missing mandatory arguments to MI commands
Bruce Mitchener
2015-06-08
1
-15
/
+0
*
Escape strings in disassembly comments.
Ilia K
2015-05-12
1
-1
/
+1
*
Fix LLDB-MI -data-read-memory-bytes command to comply with GDB/MI spec
Bruce Mitchener
2015-05-07
1
-15
/
+102
*
Add -data-info-line command (MI)
Ilia K
2015-04-30
1
-0
/
+223
*
Add comments to LLDB-MI disassembly.
Ilia K
2015-04-15
1
-1
/
+5
*
expose 64 bit addresses through MI
Ilia K
2015-03-19
1
-6
/
+7
*
Remove redundant comments from lldb-mi source files.
Hafiz Abid Qadeer
2015-03-16
1
-10
/
+0
*
Fix -data-read-memory-bytes command (MI)
Ilia K
2015-02-13
1
-5
/
+5
*
Fix test case for data-disassemble instruction in lldb-mi.
Hafiz Abid Qadeer
2015-02-09
1
-2
/
+7
*
Fix evaluation commands (MI)
Ilia K
2015-02-06
1
-13
/
+7
*
Fix -data-list-register-names/-data-disassemble, minor fix in -data-list-regi...
Ilia K
2015-02-06
1
-47
/
+129
*
Fix "-data-list-register-values" MI commands.
Hafiz Abid Qadeer
2015-02-05
1
-17
/
+56
*
Fix a typo in list-register-names command.
Hafiz Abid Qadeer
2015-02-05
1
-1
/
+1
*
Fix CLI commands in lldb-mi.
Hafiz Abid Qadeer
2015-02-03
1
-19
/
+17
*
Make --thread argument optional for various commands.
Hafiz Abid Qadeer
2015-02-02
1
-2
/
+2
*
Added an Xcode target so we build the "lldb-mi" executable as part of the "de...
Greg Clayton
2015-01-20
1
-4
/
+4
*
Reformat lldb-mi using clang-format.
Zachary Turner
2014-11-17
1
-1021
/
+1084
*
Remove two unused class variables.
Eric Christopher
2014-09-09
1
-2
/
+0
*
Add new MI commands, features and fixes to the lldb-mi driver.
Deepak Panickal
2014-08-08
1
-69
/
+64
*
Added support for new MI commands and bug fixes. More details in MIReadme.txt.
Deepak Panickal
2014-06-24
1
-13
/
+1154
*
Initial commit of LLDB Machine Interface Frontend.
Deepak Panickal
2014-05-16
1
-0
/
+229