1. 1dbf2a8 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 13 years ago
  2. 13555cc Fix FRAMEWORK_SEARCH_PATHS for iOS builds. by Johnny Chen · 13 years ago
  3. b451f5f Patch from dawn@burble.org: by Johnny Chen · 13 years ago
  4. e1219bf Fix a bug in getRunOptions() where there was no space between the arch spec and the compiler spec. by Johnny Chen · 13 years ago
  5. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 13 years ago
  6. 7e5bfda Integrated two high-value Clang fixes: by Sean Callanan · 13 years ago
  7. 4a4d658 Warn about an example script being obsoleted by new native features and just an example by Enrico Granata · 13 years ago
  8. a95dc6f Deleting obsolete files by Enrico Granata · 13 years ago
  9. 48e8dde rdar://problem/11057400 by Johnny Chen · 13 years ago
  10. 964deba <rdar://problem/8196933> by Greg Clayton · 13 years ago
  11. dbe2c82 Add a test case to go with <rdar://problem/11052829> and svn check-in r152809. by Johnny Chen · 13 years ago
  12. c8dc8db Add test case associated with: by Johnny Chen · 13 years ago
  13. 03e498e <rdar://problem/11052829> by Greg Clayton · 13 years ago
  14. 3b4d7ff <rdar://11033946> by Han Ming Ong · 13 years ago
  15. e947839 Strengthened LLDB's completion of object types. by Sean Callanan · 13 years ago
  16. 39994c6 <rdar://problem/11049371> http://llvm.org/bugs/show_bug.cgi?id=12232 by Greg Clayton · 13 years ago
  17. 22f44d5 Committing a patch from Filipe Cabecinhas by Enrico Granata · 13 years ago
  18. 76fa7cf Remove a debug statement. by Johnny Chen · 13 years ago
  19. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 13 years ago
  20. 9930b33 Makefile build: clang now depends on libclangEdit. by Benjamin Kramer · 13 years ago
  21. 598df88 <rdar://problem/10434005> by Greg Clayton · 13 years ago
  22. d2653c2 <rdar://problem/11042408> by Greg Clayton · 13 years ago
  23. ad6d0f0 bump to lldb-130 by Jason Molenda · 13 years ago
  24. 599c084 bump to debugserver-180 by Jason Molenda · 13 years ago
  25. abd9d7a On iOS builds, install debugserver in /Developer/usr/bin. by Jason Molenda · 13 years ago
  26. 9482f05 <rdar://problem/11034170> by Greg Clayton · 13 years ago
  27. 579a296 The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console by Enrico Granata · 13 years ago
  28. 1ffff0f Send an "OK" response to the "D" (detach) packet. by Jason Molenda · 13 years ago
  29. c9c364f rdar://problem/11031743 by Johnny Chen · 13 years ago
  30. cebfad1 Hardened the step-out plan in case it receives bad stack IDs. by Sean Callanan · 13 years ago
  31. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 13 years ago
  32. d101111 version bump to lldb-128 by Jason Molenda · 13 years ago
  33. f46c5ef version bump to 178 by Jason Molenda · 13 years ago
  34. 3a245a5 Don't SKIP_INSTALL for sdk==iOS, install in to /usr/local/bin for now. by Jason Molenda · 13 years ago
  35. bc41ff7 Pull in another plist from the old debugserver project. by Jason Molenda · 13 years ago
  36. 5ae31e2 Mark newly added synthesizer calls as being #ifndef LLDB_DISABLE_PYTHON by Jason Molenda · 13 years ago
  37. 7b9aacf Changed several of the Cocoa formatters to match the output style that Xcode uses internally to provide summaries by Enrico Granata · 13 years ago
  38. 66205ce Added formatters for libc++ (http://libcxx.llvm.org): by Enrico Granata · 13 years ago
  39. 053a922 <rdar://problem/11030692> by Greg Clayton · 13 years ago
  40. ab33808 Disabled the i386 tests pending fixes in the JIT. by Sean Callanan · 13 years ago
  41. 8610681 Hardened the process of reading the program counter by Sean Callanan · 13 years ago
  42. 30dad10 Meta classes can't have dynamic types... <rdar://problem/11021925> by Jim Ingham · 13 years ago
  43. 9a357a4 ...And finished the job. by Sean Callanan · 13 years ago
  44. fe1e5ec Hardened isObjCObjectPointerType() against NULLs. by Sean Callanan · 13 years ago
  45. 52233fa Bump lldb version to lldb-127. by Jason Molenda · 13 years ago
  46. dd21d3c Bump debugserver version to 177. by Jason Molenda · 13 years ago
  47. daf37d2 Re-enable the use of the ARMDisassembler framework when building debugserver for ios. by Jason Molenda · 13 years ago
  48. e311766 Fix the process of getting the ObjC runtime - if we ask for it too early (in the process of handling the by Jim Ingham · 13 years ago
  49. 55f7687 Make debugserver quieter about memory read errors. <rdar://problem/10681220> by Jim Ingham · 13 years ago
  50. fc4dea9 Handle the case where we get called to determine the ObjC runtime version BEFORE the loader code has by Jim Ingham · 13 years ago
  51. a58d9e7 Fixing a problem with the NSSet summary provider; plus, providing a further optimization to the whole Cocoa formatters infrastructure by Enrico Granata · 13 years ago
  52. 7935fce Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 13 years ago
  53. cda01b0 Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 13 years ago
  54. 4aa2edf <rdar://problem/11016907> by Greg Clayton · 13 years ago
  55. 21c8dcf <rdar://problem/11016922> by Greg Clayton · 13 years ago
  56. 16c374d Remove a debug binary from the scheme. by Greg Clayton · 13 years ago
  57. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 13 years ago
  58. 06cdb8d Changed ValueObject to use a dedicated ChildrenManager class to store its children, instead of an std::vector by Enrico Granata · 13 years ago
  59. 92693b5 Add the capability on OS X to utilize 'xcrun' to locate the compilers used for building the inferior programs by Johnny Chen · 13 years ago
  60. 092f71f the formatter for NSNotification was not being initialized correctly by Enrico Granata · 13 years ago
  61. 7798d78 Change the test driver so that, by default, it takes into consideration of both 'x86_64' and 'i386' architectures by Johnny Chen · 13 years ago
  62. b8fea86 Bump to lldb-125. by Jason Molenda · 13 years ago
  63. c65046d Fixed a crasher when Xcode calls into ScriptInterpreterPython::ResetOutputFileHandle(). by Johnny Chen · 13 years ago
  64. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 13 years ago
  65. d1978c8 Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mm by Jason Molenda · 13 years ago
  66. ad7bd23 <rdar://problem/11007934> by Greg Clayton · 13 years ago
  67. 6e12c7a Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 13 years ago
  68. 66c2e19 Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInfo and SBAttachInfo to avoid link warnings. by Greg Clayton · 13 years ago
  69. e136881 Make sure the byte size is correct when dumping as it may need to be calculated on the fly. by Greg Clayton · 13 years ago
  70. c8b7958 Revert the default debugger to LLDB. by Greg Clayton · 13 years ago
  71. 295c7cc <rdar://problem/10993996> by Greg Clayton · 13 years ago
  72. a1dfecf Look up ivar offset symbols correctly. We now by Sean Callanan · 13 years ago
  73. a266491 When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name or QueueName if the ThreadSpec doesn't specify them. by Jim Ingham · 13 years ago
  74. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 13 years ago
  75. ac5424c rdar://problem/10998562 lldb crashes under guard malloc by Johnny Chen · 13 years ago
  76. 1bc1cad rdar://problem/10611315 by Johnny Chen · 13 years ago
  77. 323cec9 Fixing some of the new Python formatters to report '1 object' instead of '1 objects' by Enrico Granata · 13 years ago
  78. 2957584 <rdar://10996650> by Han Ming Ong · 13 years ago
  79. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 13 years ago
  80. 80e7b0f Fixing an issue where a ValueObject had changed its value but the 'value changed' flag was not being set. This was breaking one of our test cases by Enrico Granata · 13 years ago
  81. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 13 years ago
  82. 69716a2 Added support for calling blocks from expressions, by Sean Callanan · 13 years ago
  83. 647fefd Don't return bare symbols when asked to search by Sean Callanan · 13 years ago
  84. 96ccc33 Fix a little nit with exception breakpoints for C++, the expression parser wants to be by Jim Ingham · 13 years ago
  85. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 13 years ago
  86. 95ec168 <rdar://problem/10840355> by Greg Clayton · 13 years ago
  87. fc9867d Add a test case and fix the C++ exception symbols. by Jim Ingham · 13 years ago
  88. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 13 years ago
  89. 0e408c4 Fixing a crasher bug where we were not checking for NULL before trying to retrieve the format for a type by Enrico Granata · 13 years ago
  90. bf9ba59 rdar://problem/10267705 by Johnny Chen · 13 years ago
  91. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 13 years ago
  92. 4402f70 <rdar://problem/10986692> by Greg Clayton · 13 years ago
  93. bd61877 Made sure to store the type for "this" when in a C++ method. by Sean Callanan · 13 years ago
  94. fd96c04 Copying a new file required for the updated formatters to work into LLDB.framework by Enrico Granata · 13 years ago
  95. f2a8467 Several performance-oriented changes to the introspecting data formatters: by Enrico Granata · 13 years ago
  96. 0164b75 rdar://problem/10976649 by Johnny Chen · 13 years ago
  97. c94765e Add two expectedFailure decorators with radar number. by Johnny Chen · 13 years ago
  98. aa142bc Minor cleanup. by Johnny Chen · 13 years ago
  99. 3df164e Make it possible to set Exception breakpoints when the target doesn't yet by Jim Ingham · 13 years ago
  100. b129ac0 Correct wrong values in the test case by Enrico Granata · 13 years ago