Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Interpreter
/
OptionGroupPlatform.cpp
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
8fe53c49
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
by Tatyana Krasnukha
· 7 years ago
2272c48
Use llvm::VersionTuple instead of manual version marshalling
by Pavel Labath
· 7 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
8cef4b0
Update OptionGroup::SetValue to take StringRef.
by Zachary Turner
· 9 years ago
1f0f5b5
Convert option tables to ArrayRefs.
by Zachary Turner
· 9 years ago
6fa7681b
Convert many functions to use StringRefs.
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
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
ccd2a6d
Changes in 226712 needed some fixing as a platform is almost always selected and even if platform options are specified when doing a "target create" they would get ignored if a platform was already selected.
by Greg Clayton
· 11 years ago
615eb7e
Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one.
by Greg Clayton
· 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
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
57abc5d
<rdar://problem/13854277> <rdar://problem/13594769>
by Greg Clayton
· 12 years ago
a7d8c21
<rdar://problem/13131838>
by Greg Clayton
· 13 years ago
1e0c884
<rdar://problem/12990038>
by Greg Clayton
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
1c5f186
Added new options to "target create" and "target modules add".
by Greg Clayton
· 13 years ago
6ebc8c45
Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead.
by Johnny Chen
· 13 years ago
4ae4160
Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like:
by Greg Clayton
· 13 years ago
7051231
<rdar://problem/11358639>
by Greg Clayton
· 13 years ago
b3a40ba
Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command.
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
cac9c5f
Added to the public API to allow symbolication:
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
f3dd93c
Added the notion of an system root for SDKs. This is a directory where all
by Greg Clayton
· 14 years ago
effe5c9
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
by Greg Clayton
· 14 years ago
7260f62
Centralized a lot of the status information for processes,
by Greg Clayton
· 14 years ago