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
/
MIUtilString.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of warnings (NFC)
Adrian Prantl
2017-12-19
1
-2
/
+3
*
Do not pass non-POD type variables through variadic function
Kamil Rytarowski
2017-02-01
1
-1
/
+1
*
Clean up some use of __ANDROID_NDK__ in the cmake files
Pavel Labath
2016-12-05
1
-0
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-652
/
+629
*
[lldb-mi] Fix assignment operator in CMIUtilString
Dawn Perchik
2015-09-25
1
-8
/
+1
*
Allow to construct CMIUtilString using std::string directly + cleanup CMIUtil...
Ilia K
2015-09-25
1
-26
/
+9
*
[lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.
Dawn Perchik
2015-09-17
1
-0
/
+13
*
[lldb-mi] Use empty arg lists instead of (void).
Bruce Mitchener
2015-08-04
1
-10
/
+10
*
Support escapes and quotes in string and character values.
Ilia K
2015-07-28
1
-11
/
+56
*
[lldb-mi] Use size_t where appropriate.
Bruce Mitchener
2015-07-03
1
-98
/
+98
*
Remove typedefs for MIchar, MIschar, MIuchar.
Bruce Mitchener
2015-07-03
1
-19
/
+19
*
Fix type signature for CMIUtilString::IsAllValidAlphaAndNumeric.
Bruce Mitchener
2015-07-03
1
-6
/
+5
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-9
/
+9
*
Add support for Unicode strings in CMICmnLLDBUtilSBValue::GetValue (MI)
Ilia K
2015-05-08
1
-49
/
+58
*
Replace sprintf with snprintf to avoid a crash.
Hafiz Abid Qadeer
2015-04-28
1
-2
/
+4
*
Remove redundant comments from lldb-mi source files.
Hafiz Abid Qadeer
2015-03-16
1
-12
/
+0
*
Fix handling of double quotes (MI)
Ilia K
2015-02-26
1
-0
/
+84
*
Fix process's output to stdout/stderr (MI)
Ilia K
2015-02-26
1
-5
/
+73
*
Add -symbol-list-lines command (MI)
Ilia K
2015-02-20
1
-0
/
+13
*
Fix -data-read-memory-bytes command (MI)
Ilia K
2015-02-13
1
-8
/
+30
*
Fix CMIUtilString::SplitConsiderQuotes (MI)
Ilia K
2015-02-11
1
-98
/
+164
*
Reformat lldb-mi using clang-format.
Zachary Turner
2014-11-17
1
-518
/
+536
*
Fix lldb-mi warnings so that it builds when --enable-werror is set.
Deepak Panickal
2014-11-06
1
-6
/
+6
*
Add new MI commands, features and fixes to the lldb-mi driver.
Deepak Panickal
2014-08-08
1
-3
/
+79
*
Added support for new MI commands and bug fixes. More details in MIReadme.txt.
Deepak Panickal
2014-06-24
1
-9
/
+145
*
Initial commit of LLDB Machine Interface Frontend.
Deepak Panickal
2014-05-16
1
-0
/
+468