Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
bda984ab7719f3af66ae70defd42b6dfbd3e510b
/
test
/
make
a2a9f79
Add usage example from test/functionalities/archives/Makefile.
by Johnny Chen
· 13 years ago
62f0b37
rdar://problem/10680957 Need a test case that tests DWARF with .o in .a files
by Johnny Chen
· 13 years ago
26697b8
Add more usage examples.
by Johnny Chen
· 13 years ago
157fd95
Add usage examples of recently added functionality.
by Johnny Chen
· 13 years ago
159c7cc
Add a CFLAGS_EXTRAS make variable to be able to pass things (like '-DTEST_BLOCK_CAPTURED_VARS') to the compile phase.
by Johnny Chen
· 13 years ago
fcf74f1
Update makefile rules to support C++ files in shared libraries and fix how
by Greg Clayton
· 13 years ago
d7fc5b8
<rdar://problem/10559329>
by Greg Clayton
· 13 years ago
4474729
Dependency file for dylib source was not being cleaned up.
by Johnny Chen
· 13 years ago
4ecbe3d
The plugin impl of getCompiler() should be in unison with the Makefile.rules change.
by Johnny Chen
· 13 years ago
93c7d37
Make clang the default compiler for building the test programs.
by Johnny Chen
· 13 years ago
2072b49
Simplify lang/objc/self/Makefile, plus it's wrong. :-)
by Johnny Chen
· 13 years ago
0b7566c
Fix makefile rules to prevent CFLAGS from appearing twice in the command line.
by Johnny Chen
· 13 years ago
62d527e
Add a test to check the integrity of the lldb public api directory containing SB*.h headers.
by Johnny Chen
· 13 years ago
a47b9bd
Change to get around the nested ifeq woes on OS X Snow Leopard:
by Johnny Chen
· 13 years ago
cf043e6
Add Linux rules to test makefile
by Peter Collingbourne
· 13 years ago
44dc9d3
Add a test script for exercising the "taregt create", "target list", and "target select" commands.
by Johnny Chen
· 14 years ago
df0d76b
Minor comment change.
by Johnny Chen
· 14 years ago
b3bd463
Add makefile debugging rule for printing out the value of a variable.
by Johnny Chen
· 14 years ago
6c455d1
Added comments.
by Johnny Chen
· 14 years ago
022d829
Make CC defaults to gcc. The cxx_compiler and cxx_linker functions rely on substituting "g++"
by Johnny Chen
· 14 years ago
217dca5
The cxx_compiler function should not blindly return clang++ as the C++ compiler if $(CC) contains "clang".
by Johnny Chen
· 14 years ago
18a921f
Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make
by Johnny Chen
· 14 years ago
ffd5229
Added a utility function to return the counterpart C++ compiler of $(CC) and use
by Johnny Chen
· 14 years ago
8ba13e6
Added "long long" and "unsigned long long" to the TestBasicTypes.py.
by Johnny Chen
· 14 years ago
ee26359
Added a simple test case to set breakpoints on objc class/instance methods.
by Johnny Chen
· 14 years ago
4890405
Extend the build mechanism to allow for specifying the compiler used to build
by Johnny Chen
· 14 years ago
7a7d2b3
Generates the .d prerequisite file for dylib as well.
by Johnny Chen
· 14 years ago
8f24cd1
Makefile refactoring for the test suite. Added a make directory under test,
by Johnny Chen
· 14 years ago