Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
278ddec22c8b95d9849fb74450b7f9f18c80421c
/
lldb
/
source
/
Interpreter
/
OptionGroupPlatform.cpp
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
· 12 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
· 15 years ago
7260f62
Centralized a lot of the status information for processes,
by Greg Clayton
· 15 years ago