1. ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
  2. 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
  3. 492b123 Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it. by Johnny Chen · 12 years ago
  4. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  5. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  6. 664b099 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago
  7. b7a22b2 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago
  8. dff3f44 Suspend program threads before sending the SIGSTOP & resuming, so other threads won't get into trouble while we are waiting for the SIGSTOP. by Jim Ingham · 12 years ago
  9. a1f645e Added a new packet to our GDB remote protocol: by Greg Clayton · 12 years ago
  10. cfd89c4 Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr. by Greg Clayton · 12 years ago
  11. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 12 years ago
  12. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 12 years ago
  13. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 12 years ago
  14. a3f3819 Small tweak to list of arches to build debugserver for on arm. by Jason Molenda · 12 years ago
  15. 0d4453c Fix a typo. by Johnny Chen · 12 years ago
  16. 9a725f0 Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)variable. by Johnny Chen · 12 years ago
  17. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 12 years ago
  18. cf88842 Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue by Johnny Chen · 12 years ago
  19. 7d0356f Fixed a bug with the r153228 check-in earlier today in that the cached watchpoint by Johnny Chen · 12 years ago
  20. 33de038 WIP snapshot of hardware watchpoints for arm. A simple watchpoint has triggered. by Johnny Chen · 12 years ago
  21. 72a06db Bump to lldb-133. by Jason Molenda · 12 years ago
  22. 13555cc Fix FRAMEWORK_SEARCH_PATHS for iOS builds. by Johnny Chen · 12 years ago
  23. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 12 years ago
  24. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 12 years ago
  25. 598df88 <rdar://problem/10434005> by Greg Clayton · 12 years ago
  26. 599c084 bump to debugserver-180 by Jason Molenda · 12 years ago
  27. abd9d7a On iOS builds, install debugserver in /Developer/usr/bin. by Jason Molenda · 12 years ago
  28. 1ffff0f Send an "OK" response to the "D" (detach) packet. by Jason Molenda · 12 years ago
  29. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 12 years ago
  30. f46c5ef version bump to 178 by Jason Molenda · 12 years ago
  31. 3a245a5 Don't SKIP_INSTALL for sdk==iOS, install in to /usr/local/bin for now. by Jason Molenda · 12 years ago
  32. bc41ff7 Pull in another plist from the old debugserver project. by Jason Molenda · 12 years ago
  33. 053a922 <rdar://problem/11030692> by Greg Clayton · 12 years ago
  34. dd21d3c Bump debugserver version to 177. by Jason Molenda · 12 years ago
  35. daf37d2 Re-enable the use of the ARMDisassembler framework when building debugserver for ios. by Jason Molenda · 12 years ago
  36. 55f7687 Make debugserver quieter about memory read errors. <rdar://problem/10681220> by Jim Ingham · 12 years ago
  37. cda01b0 Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 12 years ago
  38. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 12 years ago
  39. ad7bd23 <rdar://problem/11007934> by Greg Clayton · 12 years ago
  40. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 12 years ago
  41. 95ec168 <rdar://problem/10840355> by Greg Clayton · 12 years ago
  42. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 12 years ago
  43. 4402f70 <rdar://problem/10986692> by Greg Clayton · 12 years ago
  44. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 12 years ago
  45. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 12 years ago
  46. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 12 years ago
  47. e70aaad Hardcode the identifier and the execution name in debugserver since we put this into a section and not Xcode variable expansion happens. by Greg Clayton · 12 years ago
  48. fe724f7 <rdar://problem/10963899> by Greg Clayton · 12 years ago
  49. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 12 years ago
  50. fbb582e Add one more define for sdk==iphoneos. by Jason Molenda · 12 years ago
  51. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 12 years ago
  52. 8bcb0bd Newly created threads are to inherit from the global debug state of the process. by Johnny Chen · 12 years ago
  53. e350394 Add a class method HasWatchpointOccurred() to inspect the "method of debug entry" field by Johnny Chen · 12 years ago
  54. edfdbe0 Add comments about address word offset and the calculation of byte address select mask for WCR. by Johnny Chen · 12 years ago
  55. 9a5bbd2 Change #ifdef markers around lockdown and SpringBoard by Jason Molenda · 13 years ago
  56. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  57. 5de3317 Pull side effects out of asserts. Fixes debugserver with NDEBUG defined. by Charles Davis · 13 years ago
  58. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
  59. 75a7c75 Fixed an error with the 'G' packet on ARM when using the default GDB by Greg Clayton · 13 years ago
  60. a749ca2 Kill our child process that we launch when we can't get the task_for_pid() by Greg Clayton · 13 years ago
  61. 894aaba Fix shell commands that do code signing. by Jason Molenda · 13 years ago
  62. c962cd9 Bumping Xcode project versions for lldb-109 and debugserver-167. by Greg Clayton · 13 years ago
  63. 98b9895 Xcode codesigning is broken. Work around this by doing code signing in a shell script build phase. by Greg Clayton · 13 years ago
  64. 9a8e584 Bumped Xcode project versions for lldb-108 and debugserver-166. by Greg Clayton · 13 years ago
  65. 70bc536 Bumped xcode project versions for lldb-106 and debugserver-165 by Greg Clayton · 13 years ago
  66. f771915 Bumped Xcode project version for lldb-105 and debugserver-164. by Greg Clayton · 13 years ago
  67. ef8fef6 Bumped Xcode project versions for lldb-104 and debugserver-163. by Greg Clayton · 13 years ago
  68. 305f385 Snapshot of initial work for ARM watchpoint support on the debugserver. by Johnny Chen · 13 years ago
  69. 6c7559a Disable ARMDisassembler.framework support which was used for software single stepping. by Greg Clayton · 13 years ago
  70. ca28cc3 Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> by Jim Ingham · 13 years ago
  71. 48f1bfe Updating Xcode project version numbers for lldb-103 and debugserver-162 by Sean Callanan · 13 years ago
  72. 97f3a27 Updating Xcode project version numbers for lldb-102 and debugserver-161 by Sean Callanan · 13 years ago
  73. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
  74. 429c6d8 Bumped Xcode project versions for lldb-101 and debugserver-160. by Greg Clayton · 13 years ago
  75. f09ca66 Updating Xcode project version numbers for lldb-100 and debugserver-159 by Sean Callanan · 13 years ago
  76. 993d33e Updating Xcode project version numbers for lldb-99 and debugserver-158 by Sean Callanan · 13 years ago
  77. 693f400 Updating Xcode project version numbers for lldb-97 and debugserver-157 by Sean Callanan · 13 years ago
  78. 6aeedd3 Updating Xcode project version numbers for LLDB-96 and debugserver-156. by Sean Callanan · 13 years ago
  79. cb0f245 Bumped Xcode project version to lldb-95 and debugserver-155. by Greg Clayton · 13 years ago
  80. 1308a95 Always return a valid answer for qMemoryRegionInfo if the packet is supported. by Greg Clayton · 13 years ago
  81. d906b1b Don't spam warnings about not being able to read memory at 0x0. by Jim Ingham · 13 years ago
  82. a9091cc Move CPUHasAVX() prototype out of an #ifdef block of code. by Jason Molenda · 13 years ago
  83. f4933ed <rdar://problem/10544202> by Greg Clayton · 13 years ago
  84. 1f5c0c3 Expose the DNBArchMachARM::DBG typedef, specify the type with the by Jason Molenda · 13 years ago
  85. 46b27f2 Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes. by Johnny Chen · 13 years ago
  86. dc303c2 Bumped Xcode project versions for lldb-90 and debugserver-154 by Greg Clayton · 13 years ago
  87. a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
  88. 1628317 Bumped Xcode project versions for lldb-89 and debugserver-153. by Greg Clayton · 13 years ago
  89. 934fc6b Bumped Xcode project version for lldb-88 and debugserver-152. by Greg Clayton · 13 years ago
  90. 32e2564 Cleanup some warnings. by Greg Clayton · 13 years ago
  91. bcf07b3 Remove the QAddressIsExecutable packet I added last night. by Jason Molenda · 13 years ago
  92. dc8ff30 Add "QAddressIsExecutable" packet to debugserver. Used to test by Jason Molenda · 13 years ago
  93. d1d9f75 Bumped Xcode project version for lldb-86 and debugserver-151 by Greg Clayton · 13 years ago
  94. 49cddea Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.framework by Greg Clayton · 13 years ago
  95. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  96. ec31b37 Bumping Xcode project versions for lldb-85 and debugserver-150. by Greg Clayton · 13 years ago
  97. e5a4e81 Bumped Xcode project version to lldb-84 and debugserver-149. by Greg Clayton · 13 years ago
  98. d6ceffb Updated the project to use the "DEVELOPER_DIR" build setting that specifies by Greg Clayton · 13 years ago
  99. 0e8147b Enabled the "printf" attribute on all debugserver logging functions and fixed by Greg Clayton · 13 years ago
  100. b6ee2e5 Bumping Xcode project version in mainline to match the latest build that was by Greg Clayton · 13 years ago