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
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-3
/
+1
*
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 header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-0
/
+7
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-7
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-0
/
+7
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-7
/
+0
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-0
/
+7
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-9
/
+9
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-12
/
+13
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-1
/
+1
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-14
/
+6
*
*** 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