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