Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Interpreter
/
OptionValueDictionary.cpp
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
b76e25a
Add functionality to export settings
by Jonas Devlieghere
· 7 years ago
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
145d95c
Move Args.cpp from Interpreter to Utility
by Pavel Labath
· 7 years ago
8e353b9
[Interpreter] Remove unused variable usage. NFCI.
by Davide Italiano
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
d6a2475
Re-add "demonstrate new Args API"
by Zachary Turner
· 9 years ago
99a318e
Fix build failure on Linux and BSD by reverting r287597
by Omair Javaid
· 9 years ago
1c55c9b
Add the new Args / entry-access API.
by Zachary Turner
· 9 years ago
31d97a5
Rewrite all Property related functions in terms of StringRef.
by Zachary Turner
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
8cef4b0
Update OptionGroup::SetValue to take StringRef.
by Zachary Turner
· 9 years ago
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
58ef391
Fix a variety of typos.
by Bruce Mitchener
· 10 years ago
a44c0e3
Fix a bug where passing a value of the type "A B" to settings set target.env-vars would cause LLDB to crash
by Enrico Granata
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
c95f7e2
Refactor OptionValue::SetValueFromCString to use llvm::StringRef
by Pavel Labath
· 11 years ago
332e8b1
Fixed an issue where if the operating system python plug-in is changed at runtime, it wouldn't cause the process to reload the new operating system plug-in, now it does.
by Greg Clayton
· 11 years ago
3e7442b
Add support for character option types.
by Zachary Turner
· 11 years ago
d78c957
Switch NULL to C++11 nullptr in source/Interpreter
by Ed Maste
· 11 years ago
5548cb5
<rdar://problem/12978143>
by Enrico Granata
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
by Greg Clayton
· 13 years ago