Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Interpreter
/
OptionGroupFormat.cpp
8fe53c49
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
by Tatyana Krasnukha
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
5f19b90
Move ArchSpec to the Utility module
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
df44988
Break some dependencies in lldbUtility.
by Zachary Turner
· 9 years ago
a1609ff
Jim unintentionally had the gdb-format specifiers falling through
by Jason Molenda
· 9 years ago
8cef4b0
Update OptionGroup::SetValue to take StringRef.
by Zachary Turner
· 9 years ago
7060243
Try to fix build errors on Android.
by Zachary Turner
· 9 years ago
1f0f5b5
Convert option tables to ArrayRefs.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
22c9e7b
If x/i is followed by x/g, the format should be reset to 'x'.
by Jim Ingham
· 9 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
d37221d
Revert "Fix broken tests due to new error output."
by Zachary Turner
· 11 years ago
9734280
Fix broken tests due to new error output.
by Todd Fiala
· 11 years ago
de963e9
Adds the notion of an OptionValidator.
by Zachary Turner
· 11 years ago
d78c957
Switch NULL to C++11 nullptr in source/Interpreter
by Ed Maste
· 11 years ago
98f1348
<rdar://problem/15192088>
by Enrico Granata
· 12 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
676a487
Fix clang warnings related to python macro redefinition and printf format specifiers.
by Matt Kopec
· 13 years ago
6b4ddc6
<rdar://problem/12437929>
by Enrico Granata
· 13 years ago
8140963
<rdar://problem/12156204>
by Greg Clayton
· 13 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
608036a
gdb format should default to count of 1. <rdar://problem/12161861>
by Jim Ingham
· 13 years ago
7c533b2
Fixed the GDB format to allow the size and format characters to come in any
by Greg Clayton
· 14 years ago
5009f9d
Added support for the new ".apple_objc" accelerator tables. These tables are
by Greg Clayton
· 14 years ago
82f4cf4
A simple fix for the GDB format strings so the byte size parameter gets
by Greg Clayton
· 14 years ago
86edbf4
Cleaned up many error codes. For any who is filling in error strings into
by Greg Clayton
· 14 years ago
1deb796
Updated all commands that use a "--format" / "-f" options to use the new
by Greg Clayton
· 14 years ago
7c575b3
Refactoring: replace a bunch of static array size computation or hardcoded constant
by Johnny Chen
· 14 years ago
4bee32e
Headers have been moved to /includes/lldb/Interpreter. This patch
by Johnny Chen
· 14 years ago
68ebae6
Added the ability to specify dumping options (show types, show location,
by Greg Clayton
· 14 years ago
84c3966
Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added
by Greg Clayton
· 14 years ago