1. f09ca66 Updating Xcode project version numbers for lldb-100 and debugserver-159 by Sean Callanan · 12 years ago
  2. 1c17a7e Added checking to prevent a rare crash when getting by Sean Callanan · 12 years ago
  3. 869e296 Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. by Johnny Chen · 12 years ago
  4. ec95492 Indentation. by Johnny Chen · 12 years ago
  5. 68687f5 Patches for running some of the Linux tests from Dawn, thanks! by Johnny Chen · 12 years ago
  6. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 12 years ago
  7. b399653 Add check for non-NULL Variable with a NULL Type. by Jim Ingham · 12 years ago
  8. b6f9ee7 Made IRForTarget error out correctly when it can't by Sean Callanan · 12 years ago
  9. daa6efe The "desired result type" code in the expression by Sean Callanan · 12 years ago
  10. 982373d I accidentally committed some changes to the by Sean Callanan · 12 years ago
  11. 15bb3cf Fix wrong test method name. by Johnny Chen · 12 years ago
  12. 993d33e Updating Xcode project version numbers for lldb-99 and debugserver-158 by Sean Callanan · 12 years ago
  13. fb0e328 Bump version number past lldb-98. by Jason Molenda · 12 years ago
  14. 506cba9 Tightened Clang against a bug in which RecordDecls by Sean Callanan · 12 years ago
  15. a75feaf Fixed a bug in the ASTImporter that affects by Sean Callanan · 12 years ago
  16. 693f400 Updating Xcode project version numbers for lldb-97 and debugserver-157 by Sean Callanan · 12 years ago
  17. 46052eb Properly name the test class as well as the test methods. by Johnny Chen · 12 years ago
  18. 04bb583 Properly name the test class as well as the test methods. by Johnny Chen · 12 years ago
  19. 9fd2e38 Work in progress for: by Johnny Chen · 12 years ago
  20. 5a4bbce Work in progress for: by Johnny Chen · 12 years ago
  21. 71eae57 Remove dead code found. by Johnny Chen · 12 years ago
  22. 8eb4f1e Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. by Johnny Chen · 12 years ago
  23. 4278bbe Work in progress for: by Johnny Chen · 12 years ago
  24. dccbc4b Minor format update (no semantic change). by Johnny Chen · 12 years ago
  25. 3424871 Add test_frame_api_boundary_condition() test case to exercise a bunch of boundary condition inputs. by Johnny Chen · 12 years ago
  26. 287e28b Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not crash. by Johnny Chen · 12 years ago
  27. 5feb642 Tes passing None to SetErrorString() and SetErrorStringWithFormat(). by Johnny Chen · 12 years ago
  28. b6ca2e1 Work in progress for: by Johnny Chen · 12 years ago
  29. c8918e5 Add a fuzz call for SBCommunication: obj.connect(None). by Johnny Chen · 12 years ago
  30. c82670a Work in progress for: by Johnny Chen · 12 years ago
  31. bab8cc9 Work in progress for: by Johnny Chen · 12 years ago
  32. e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 12 years ago
  33. 87b8c4c Work in progress for: by Johnny Chen · 12 years ago
  34. 0f71d19 Added some strength to the checks that prevent by Sean Callanan · 12 years ago
  35. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 12 years ago
  36. bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 12 years ago
  37. 93a82e3 Added a version of the LLVM/Clang checkout and by Sean Callanan · 12 years ago
  38. 6aeedd3 Updating Xcode project version numbers for LLDB-96 and debugserver-156. by Sean Callanan · 12 years ago
  39. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 12 years ago
  40. 74b25a0 Modified LLDB to be able to handle our updated __apple_types accelerator tables by Greg Clayton · 12 years ago
  41. ef1fd12 I have added a new patch to LLVM that makes the by Sean Callanan · 12 years ago
  42. 1910d2b Remove an unnecessary #include. by Jim Ingham · 12 years ago
  43. 4bdca6f Make the objc-dynamic-value test a little trickier (still passes) and test the GetDynamicValue API. by Jim Ingham · 12 years ago
  44. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 12 years ago
  45. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 12 years ago
  46. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 12 years ago
  47. df19270 When we're unwinding out of frame 0 and we end up with a bogus frame by Jason Molenda · 12 years ago
  48. 9633cc6 Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMemory(), and ReadUnsignedFromMemory(). by Johnny Chen · 12 years ago
  49. 1d8b089 Remove unnecessary #include. by Jim Ingham · 12 years ago
  50. 126fcc3 Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from. by Johnny Chen · 12 years ago
  51. 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 · 12 years ago
  52. 6f6dd0a Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and ReadUnsignedFromMemory(). by Johnny Chen · 12 years ago
  53. 607d2ed Add fuzz call for newly added method SBTarget.GetInstructions(). by Johnny Chen · 12 years ago
  54. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 12 years ago
  55. c2e97f3 Move disassemble-raw-data dir to reside under test/python_api where they belong. by Johnny Chen · 12 years ago
  56. cb0f245 Bumped Xcode project version to lldb-95 and debugserver-155. by Greg Clayton · 12 years ago
  57. c548687 <rdar://problem/10584789> by Greg Clayton · 12 years ago
  58. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 12 years ago
  59. 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 12 years ago
  60. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 12 years ago
  61. a0d06cd Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 12 years ago
  62. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 12 years ago
  63. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 12 years ago
  64. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 12 years ago
  65. b91423b Print out the breakpoint description only if self.TraceOn() is True. by Johnny Chen · 12 years ago
  66. 21f2e19 This commit is the result of a general audit of by Sean Callanan · 12 years ago
  67. 9a1f001 Add two new memory region based checks to the Unwinder: by Jason Molenda · 12 years ago
  68. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 12 years ago
  69. 1cb04d7 Try to add a svn:ignore property to ignore the testsuite run directories. by Jason Molenda · 12 years ago
  70. e367aa8 Use forward declarations more of the time to save on things that we need to by Greg Clayton · 12 years ago
  71. 33bc865 Add a pthreads testcase to make sure the two-step of running and expression, by Jim Ingham · 12 years ago
  72. 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 12 years ago
  73. 9f97e62 Fixed the Xcode project to correctly not strip anything for Debug and Release builds. by Greg Clayton · 12 years ago
  74. d0f67e2 Rename some test methods, with no functionality change. by Johnny Chen · 12 years ago
  75. d538f13 Commenting out the two @expectedFailureClang decorators as the tests have been passing for a while by Johnny Chen · 12 years ago
  76. 931449e rdar://problem/10227672 by Johnny Chen · 12 years ago
  77. bcb0adc Use forward types where possible to avoid having to parse extra DWARF when by Greg Clayton · 12 years ago
  78. 1308a95 Always return a valid answer for qMemoryRegionInfo if the packet is supported. by Greg Clayton · 12 years ago
  79. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 12 years ago
  80. c6e328a Move some print stmts to the test method, where they get printed only if the test is qualified to run by Johnny Chen · 12 years ago
  81. 1c22627 Fixed a problem where if a frame was present the by Sean Callanan · 12 years ago
  82. f48de6d Two fixes for file variables: by Sean Callanan · 12 years ago
  83. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 12 years ago
  84. 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 12 years ago
  85. da81dae Fixed a problem with properties where LLDB was not by Sean Callanan · 12 years ago
  86. d906b1b Don't spam warnings about not being able to read memory at 0x0. by Jim Ingham · 12 years ago
  87. b5c023a Tested a theory on the where when we lookup things in the accelerator tables by Greg Clayton · 12 years ago
  88. 9d3c618 Move the ARM specific arch picker from PlatformRemoteiOS.cpp to by Jason Molenda · 12 years ago
  89. 982a6ca Rework how the breakpoint conditions & callbacks are handled. We now iterate over all the locations at the site by Jim Ingham · 12 years ago
  90. 9a530a6 We now have a test case for stopping within a module in a place where the by Greg Clayton · 12 years ago
  91. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 12 years ago
  92. a9091cc Move CPUHasAVX() prototype out of an #ifdef block of code. by Jason Molenda · 12 years ago
  93. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 12 years ago
  94. 4fdf795 Added the ability to dereference an Objective-C object by Sean Callanan · 12 years ago
  95. d2cb132 libEnhancedDisassembly.a is gone from recent LLVM. by Peter Collingbourne · 12 years ago
  96. d7088cf Fixed an issue where we are asking to get the decl context for a function by Greg Clayton · 12 years ago
  97. f4933ed <rdar://problem/10544202> by Greg Clayton · 12 years ago
  98. 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 12 years ago
  99. 434b7dd Tightened up the variable list to deal with by Sean Callanan · 12 years ago
  100. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 12 years ago