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