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
/
OptionGroupPlatform.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
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-9
/
+9
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-22
/
+8
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+6
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-6
/
+6
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-9
/
+4
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-144
/
+126
*
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
*
Changes in 226712 needed some fixing as a platform is almost always selected ...
Greg Clayton
2015-01-28
1
-0
/
+35
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-4
/
+4
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-4
/
+4
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-4
/
+4
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-4
/
+4
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-4
/
+4
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+3
*
<rdar://problem/13131838>
Greg Clayton
2013-03-29
1
-1
/
+1
*
<rdar://problem/12990038>
Greg Clayton
2013-01-11
1
-1
/
+1
*
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
-1
/
+1
*
Added new options to "target create" and "target modules add".
Greg Clayton
2012-11-30
1
-1
/
+1
*
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...
Johnny Chen
2012-05-15
1
-2
/
+2
*
Fixed an issue in the platform options where if no architecture was specified...
Greg Clayton
2012-05-11
1
-1
/
+1
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-2
/
+15
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-16
/
+22
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-1
/
+1
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-1
/
+1
*
Refactoring: replace a bunch of static array size computation or hardcoded co...
Johnny Chen
2011-09-10
1
-4
/
+3
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-2
/
+20
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-1
/
+1
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-0
/
+109