1. 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
  2. 54e5805 Added a new Xcode build configuration, DebugClang, by Sean Callanan · 12 years ago
  3. b0d2027 Bump to lldb-168, debugserver-193. by Jason Molenda · 12 years ago
  4. fa02bbd Fix to the project file, to prevent it from using by Sean Callanan · 12 years ago
  5. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  6. 0bf2def Updated the project file to reflect the added and deleted classes. by Sean Callanan · 12 years ago
  7. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago
  8. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  9. c666626 A first version of a bunch of classes that wrap commonly used Python objects in a ref-counting and type-safe C++ API by Enrico Granata · 12 years ago
  10. d815ded Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. by Greg Clayton · 12 years ago
  11. 50788a8 Change the man page install phase to only run in "desktop" and "desktop-no-xpc" targets, not for the "ios" target. by Jason Molenda · 12 years ago
  12. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  13. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  14. 1edae5f Change the minimum deployment target to 10.7 since clang requires 10.7 to use the new libc++. by Jim Ingham · 12 years ago
  15. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  16. 4582fea On Mac OS X, lldb will now build c++11 and use by Sean Callanan · 12 years ago
  17. e662457 Updating Xcode project version numbers for lldb-165 and debugserver-192 by Sean Callanan · 12 years ago
  18. e8c020c <rdar://problem/12029894> by Greg Clayton · 12 years ago
  19. 5016669 Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namespace to lldb_cxxabiv1 for the time being. by Johnny Chen · 12 years ago
  20. 6f72da8 Updating Xcode project version numbers for lldb-164 and debugserver-191 by Sean Callanan · 12 years ago
  21. a0b1450 Updating Xcode project version numbers for lldb-163 and debugserver-190 by Sean Callanan · 12 years ago
  22. 2475712 Update the project and schemes to the Xcode recommended settings. by Greg Clayton · 12 years ago
  23. e9d2ca1 Bump to lldb-162 / debugserver-189. by Jason Molenda · 12 years ago
  24. 352f3cd Unify how we get host version on Mac OS X & iOS. by Jim Ingham · 12 years ago
  25. d962094 Add lldb.1 to the xcode project file, add a copy files phase to install it. by Jason Molenda · 12 years ago
  26. 1f6d04b Bump versions to lldb-161, debugserver-188. by Jason Molenda · 12 years ago
  27. d106696 <rdar://problem/11806995> by Han Ming Ong · 12 years ago
  28. f79dcd4 Added a new top level "Resources" group for plist files and moved a few dylib and .a files into the "Libraries" group. by Greg Clayton · 12 years ago
  29. 5c5a38e Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. by Greg Clayton · 12 years ago
  30. 5bec0ae Bump version number to lldb-160. by Jason Molenda · 12 years ago
  31. 4ae7823 Bump to lldb 152. by Jason Molenda · 12 years ago
  32. b7e62f8 Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder to have an explicit by Jim Ingham · 12 years ago
  33. 8967a8f bump to lldb-150. by Jason Molenda · 12 years ago
  34. 2e4ca56 bump to lldb 149. by Jason Molenda · 12 years ago
  35. 0578f45 Bump to version 148. by Jason Molenda · 12 years ago
  36. a6909bd Bump version # to lldb-147. by Jason Molenda · 12 years ago
  37. 23c3fcd <rdar://problem/11388521> by Greg Clayton · 12 years ago
  38. ea93bf4 Remove stuff from the xcscheme file that need not be checked in. by Greg Clayton · 12 years ago
  39. 0fef968 <rdar://problem/11330621> by Greg Clayton · 12 years ago
  40. 1ccfba6 bump TOT version number to lldb-146 to match the checkin on the branch. by Jason Molenda · 12 years ago
  41. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  42. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  43. 13e52a6 Forgot to commit the change deleting the ThreadPlanTestCondition files from the project. by Jim Ingham · 12 years ago
  44. fbbede5 Bump to lldb-145. by Jason Molenda · 12 years ago
  45. b11f4a0 Bump to lldb-144. by Jason Molenda · 13 years ago
  46. cbff0fb <rdar://problem/11291668> by Greg Clayton · 13 years ago
  47. 25f800e Bump version to lldb-143. by Jason Molenda · 13 years ago
  48. 09db284 bump version to lldb-142. by Jason Molenda · 13 years ago
  49. ac9ebba Bump to lldb-141. by Jason Molenda · 13 years ago
  50. 3a44a6c Bump to lldb-140. by Jason Molenda · 13 years ago
  51. 6bf31e8 version bump to lldb-139. by Jason Molenda · 13 years ago
  52. b94dc87 Tweak arm variants list for valid arches settings. by Jason Molenda · 13 years ago
  53. 451fa82 Added a packet history object to the GDBRemoteCommunication class that is always remembering the last 512 packets that were sent/received. These packets get dumped if logging gets enabled, or when the new expr lldb::DumpProcessGDBRemotePacketHistory (void *process, const char *log_file_path) global function is called. by Greg Clayton · 13 years ago
  54. a74c142 Version bump to lldb-138. by Jason Molenda · 13 years ago
  55. 1831e78 We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to by Jim Ingham · 13 years ago
  56. 5345c1c Add flag to warn about ivar initialization reordering. by Bill Wendling · 13 years ago
  57. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 13 years ago
  58. 74f81ff Tolerate decimal points in the LLDB version number. by Sean Callanan · 13 years ago
  59. 6eea722 Use LLDB as the default debugger for launcherXPCService. by Greg Clayton · 13 years ago
  60. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 13 years ago
  61. 3356d4f <rdar://problem/11082392> by Greg Clayton · 13 years ago
  62. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 13 years ago
  63. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 13 years ago
  64. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 13 years ago
  65. 72a06db Bump to lldb-133. by Jason Molenda · 13 years ago
  66. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 13 years ago
  67. 3b4d7ff <rdar://11033946> by Han Ming Ong · 13 years ago
  68. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 13 years ago
  69. ad6d0f0 bump to lldb-130 by Jason Molenda · 13 years ago
  70. abd9d7a On iOS builds, install debugserver in /Developer/usr/bin. by Jason Molenda · 13 years ago
  71. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 13 years ago
  72. d101111 version bump to lldb-128 by Jason Molenda · 13 years ago
  73. 52233fa Bump lldb version to lldb-127. by Jason Molenda · 13 years ago
  74. 7935fce Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 13 years ago
  75. 16c374d Remove a debug binary from the scheme. by Greg Clayton · 13 years ago
  76. b8fea86 Bump to lldb-125. by Jason Molenda · 13 years ago
  77. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 13 years ago
  78. d1978c8 Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mm by Jason Molenda · 13 years ago
  79. c8b7958 Revert the default debugger to LLDB. by Greg Clayton · 13 years ago
  80. 295c7cc <rdar://problem/10993996> by Greg Clayton · 13 years ago
  81. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 13 years ago
  82. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 13 years ago
  83. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 13 years ago
  84. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 13 years ago
  85. 08b04f2 <rdar://problem/10974749> by Greg Clayton · 13 years ago
  86. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 13 years ago
  87. 122bc5e <rdar://problem/10974749> by Greg Clayton · 13 years ago
  88. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 13 years ago
  89. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 13 years ago
  90. 42f3af4 Fixed the incorrect LLVM configuration to be "Release". by Greg Clayton · 13 years ago
  91. ee52747 Changed the default installation paths for lldb for BuildAndIntegration builds. by Greg Clayton · 13 years ago
  92. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 13 years ago
  93. a605c64 Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used by Greg Clayton · 13 years ago
  94. 1fb32d1 Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project by Greg Clayton · 13 years ago
  95. f96c883 <rdar://problem/9886712> by Greg Clayton · 13 years ago
  96. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 13 years ago
  97. 03dad48 Fix build for case sensitive file systems. by Greg Clayton · 13 years ago
  98. d1040dd <rdar://problem/3535148> by Han Ming Ong · 13 years ago
  99. 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  100. d819489 Bumping version to lldb-116. by Jason Molenda · 13 years ago