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