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
/
source
/
Interpreter
/
OptionGroupVariable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-102
/
+110
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-4
/
+4
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-8
/
+8
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-8
/
+8
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-8
/
+8
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-8
/
+8
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-8
/
+8
*
<rdar://problem/12978143>
Enrico Granata
2013-01-28
1
-2
/
+2
*
Converting lambdas to plain old static function pointers
Enrico Granata
2013-01-17
1
-15
/
+20
*
Adding a validation callback mechanism to OptionValueString (such a feature m...
Enrico Granata
2012-12-11
1
-3
/
+20
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-9
/
+9
*
<rdar://problem/11578397> Adding a new --summary-string option for the frame ...
Enrico Granata
2012-08-09
1
-8
/
+13
*
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...
Johnny Chen
2012-05-15
1
-2
/
+2
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-3
/
+0
*
Convert OptionGroupVariable.cpp to use the arraysize() template function, as ...
Johnny Chen
2011-09-10
1
-3
/
+7
*
named summaries:
Enrico Granata
2011-07-12
1
-4
/
+9
*
Centralize the variable display prefs into a new option
Greg Clayton
2011-07-07
1
-0
/
+109