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
*
[lldb] Modernize OptionValue::SetValueChangedCallback
Pavel Labath
2020-01-09
1
-2
/
+2
*
[NFC] find_first_of/find_last_of -> find/rfind for single char.
Jonas Devlieghere
2019-03-28
1
-2
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-7
/
+7
*
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
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-3
/
+3
*
Fix the .experimental. settings feature so that we don't return an error
Jason Molenda
2018-05-01
1
-1
/
+12
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-18
/
+13
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-14
/
+15
*
Change UniqueCStringMap to use ConstString as the key
Pavel Labath
2017-05-02
1
-5
/
+5
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+2
*
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