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
/
OptionValueProperties.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-104
/
+104
*
Make Apropos functions accept StringRefs.
Zachary Turner
2016-11-16
1
-3
/
+2
*
Change Property::GetName() and GetDescription() to return StringRef.
Zachary Turner
2016-11-15
1
-23
/
+6
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
1
-6
/
+7
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-693
/
+576
*
Allows "experimental" settings that will either route to their containing
Jim Ingham
2016-07-06
1
-2
/
+17
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+9
*
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
Pavel Labath
2015-02-20
1
-3
/
+3
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-0
/
+12
*
Fixed an issue where if the operating system python plug-in is changed at run...
Greg Clayton
2015-01-13
1
-0
/
+10
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-2
/
+2
*
Interpreter: explicitly initialize base class
Saleem Abdulrasool
2014-06-13
1
-0
/
+1
*
Switch NULL to C++11 nullptr in source/Interpreter
Ed Maste
2014-04-20
1
-16
/
+16
*
OptionValueProperties::DeepCopy (): return empty value to avoid compilation e...
Virgile Bello
2013-09-05
1
-0
/
+1
*
Fixed some linux buildbot warnings.
Greg Clayton
2013-04-19
1
-1
/
+5
*
Added the infrastructure necessary for plug-ins to be able to add their own s...
Greg Clayton
2012-10-19
1
-0
/
+15
*
Made it so changes to the prompt via "settings set prompt" get noticed by the...
Greg Clayton
2012-09-01
1
-0
/
+10
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-0
/
+14
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-0
/
+719