1. 8563081 Refactor the test/types directory to reduce some stupid reduant code. by Johnny Chen · 13 years ago
  2. 1af0a74 Fix make errors (define the DYLIB_ONLY make variable). by Johnny Chen · 13 years ago
  3. 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
  4. cb5ad0b Added a file descriptor interposing library for darwin. This can catch all by Greg Clayton · 13 years ago
  5. 00b11c3 When doing a "target modules lookup --address <addr>", show the file address by Greg Clayton · 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. 8c5c296 Make a log timer for the BSD archive creation so we can track the time it by Greg Clayton · 13 years ago
  8. 97f3a27 Updating Xcode project version numbers for lldb-102 and debugserver-161 by Sean Callanan · 13 years ago
  9. 22834be Fixed a return value problem with the new ABI::FixCodeAddress () function: by Greg Clayton · 13 years ago
  10. 99323d8 Fix comment. by Johnny Chen · 13 years ago
  11. fc984a0 <rdar://problem/10645694> by Greg Clayton · 13 years ago
  12. 43f280c <rdar://problem/10660369> by Greg Clayton · 13 years ago
  13. ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
  14. 4e86fc4 <rdar://problem/10658091> by Greg Clayton · 13 years ago
  15. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  16. 6fc5c71 Fixed a bug where the DWARF location expression by Sean Callanan · 13 years ago
  17. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
  18. a1cec24 <rdar://problem/10649734> by Greg Clayton · 13 years ago
  19. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  20. b42c2ad <rdar://problem/10647191> by Greg Clayton · 13 years ago
  21. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 13 years ago
  22. c80dca7 We finalized on the new .apple_types accelerator table format where we don't by Greg Clayton · 13 years ago
  23. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
  24. a41bf81 Fix indentation. by Johnny Chen · 13 years ago
  25. 0821a65 Add back the file I wrongly deleted in r147613. by Johnny Chen · 13 years ago
  26. aa9d267 Fixed a problem in our local Clang's method for by Sean Callanan · 13 years ago
  27. 2341d35 Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: by Johnny Chen · 13 years ago
  28. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  29. 429c6d8 Bumped Xcode project versions for lldb-101 and debugserver-160. by Greg Clayton · 13 years ago
  30. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  31. faf0478 Fixed a potential hang while trying to execute a function in the inferior. by Sean Callanan · 13 years ago
  32. 94113c4 Add comment explaining the default constructor (ArchSpec) used in CreateTarget(). by Johnny Chen · 13 years ago
  33. 9ac3d8b Fixed a dangling pointer bug associated with the by Sean Callanan · 13 years ago
  34. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  35. 4237e1e Added logging to track when the IR interpreter resolves values in registers. by Sean Callanan · 13 years ago
  36. caf4da9 Added examples of commands that list and delete breakpoints. by Sean Callanan · 13 years ago
  37. 9798d7b Fixed the help text for raw commands like "expr" by Sean Callanan · 13 years ago
  38. ccdaf23 Instead of blindly printing a string when by Sean Callanan · 13 years ago
  39. 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  40. 5985732 <rdar://problem/10551280> by Greg Clayton · 13 years ago
  41. e10ddb0 <rdar://problem/10568905> by Greg Clayton · 13 years ago
  42. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
  43. d2909b4 Centralize the code the reads the CFI so that we always log. by Greg Clayton · 13 years ago
  44. 2757c34 Cleaned up the usage to show the BuildAndIntegration configuration. by Greg Clayton · 13 years ago
  45. d3850ab Save a little bit of memory that was being reserved in a UniqueCStringMap by Greg Clayton · 13 years ago
  46. ae00d56 Sanity check the data I am going to read from the extractor to avoid asserting. by Jim Ingham · 13 years ago
  47. a4b43ab rdar://problem/10216227 by Johnny Chen · 13 years ago
  48. 43504ce Added a bunch more structure return tests. by Jim Ingham · 13 years ago
  49. 8806edb Fixed a thinko when returning a struct like {short a; short b; short c; float d}. by Jim Ingham · 13 years ago
  50. f09ca66 Updating Xcode project version numbers for lldb-100 and debugserver-159 by Sean Callanan · 13 years ago
  51. 1c17a7e Added checking to prevent a rare crash when getting by Sean Callanan · 13 years ago
  52. 869e296 Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. by Johnny Chen · 13 years ago
  53. ec95492 Indentation. by Johnny Chen · 13 years ago
  54. 68687f5 Patches for running some of the Linux tests from Dawn, thanks! by Johnny Chen · 13 years ago
  55. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  56. b399653 Add check for non-NULL Variable with a NULL Type. by Jim Ingham · 13 years ago
  57. b6f9ee7 Made IRForTarget error out correctly when it can't by Sean Callanan · 13 years ago
  58. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  59. 982373d I accidentally committed some changes to the by Sean Callanan · 13 years ago
  60. 15bb3cf Fix wrong test method name. by Johnny Chen · 13 years ago
  61. 993d33e Updating Xcode project version numbers for lldb-99 and debugserver-158 by Sean Callanan · 13 years ago
  62. fb0e328 Bump version number past lldb-98. by Jason Molenda · 13 years ago
  63. 506cba9 Tightened Clang against a bug in which RecordDecls by Sean Callanan · 13 years ago
  64. a75feaf Fixed a bug in the ASTImporter that affects by Sean Callanan · 13 years ago
  65. 693f400 Updating Xcode project version numbers for lldb-97 and debugserver-157 by Sean Callanan · 13 years ago
  66. 46052eb Properly name the test class as well as the test methods. by Johnny Chen · 13 years ago
  67. 04bb583 Properly name the test class as well as the test methods. by Johnny Chen · 13 years ago
  68. 9fd2e38 Work in progress for: by Johnny Chen · 13 years ago
  69. 5a4bbce Work in progress for: by Johnny Chen · 13 years ago
  70. 71eae57 Remove dead code found. by Johnny Chen · 13 years ago
  71. 8eb4f1e Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. by Johnny Chen · 13 years ago
  72. 4278bbe Work in progress for: by Johnny Chen · 13 years ago
  73. dccbc4b Minor format update (no semantic change). by Johnny Chen · 13 years ago
  74. 3424871 Add test_frame_api_boundary_condition() test case to exercise a bunch of boundary condition inputs. by Johnny Chen · 13 years ago
  75. 287e28b Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not crash. by Johnny Chen · 13 years ago
  76. 5feb642 Tes passing None to SetErrorString() and SetErrorStringWithFormat(). by Johnny Chen · 13 years ago
  77. b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
  78. c8918e5 Add a fuzz call for SBCommunication: obj.connect(None). by Johnny Chen · 13 years ago
  79. c82670a Work in progress for: by Johnny Chen · 13 years ago
  80. bab8cc9 Work in progress for: by Johnny Chen · 13 years ago
  81. e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 13 years ago
  82. 87b8c4c Work in progress for: by Johnny Chen · 13 years ago
  83. 0f71d19 Added some strength to the checks that prevent by Sean Callanan · 13 years ago
  84. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 13 years ago
  85. bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 13 years ago
  86. 93a82e3 Added a version of the LLVM/Clang checkout and by Sean Callanan · 13 years ago
  87. 6aeedd3 Updating Xcode project version numbers for LLDB-96 and debugserver-156. by Sean Callanan · 13 years ago
  88. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  89. 74b25a0 Modified LLDB to be able to handle our updated __apple_types accelerator tables by Greg Clayton · 13 years ago
  90. ef1fd12 I have added a new patch to LLVM that makes the by Sean Callanan · 13 years ago
  91. 1910d2b Remove an unnecessary #include. by Jim Ingham · 13 years ago
  92. 4bdca6f Make the objc-dynamic-value test a little trickier (still passes) and test the GetDynamicValue API. by Jim Ingham · 13 years ago
  93. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
  94. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
  95. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
  96. df19270 When we're unwinding out of frame 0 and we end up with a bogus frame by Jason Molenda · 13 years ago
  97. 9633cc6 Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMemory(), and ReadUnsignedFromMemory(). by Johnny Chen · 13 years ago
  98. 1d8b089 Remove unnecessary #include. by Jim Ingham · 13 years ago
  99. 126fcc3 Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from. by Johnny Chen · 13 years ago
  100. 115213c Fix a bug where when debugging with .o files, we end up with two symbols for each real OBJC_CLASS_$_whatever, one of which is correctly classified as an ObjCClass symbol, and the other is just a data symbol. This was messing up the ObjC dynamic type detection. by Jim Ingham · 13 years ago