1. 5d44dcc Fix a typo. by Johnny Chen · 12 years ago
  2. ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
  3. 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
  4. 5a4e5af Don't intercept the quit command and override what is was doing. This was causing the "lldb" command line to deadlock when the quit command was executed sometimes. by Greg Clayton · 12 years ago
  5. 492b123 Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it. by Johnny Chen · 12 years ago
  6. 8ab2c22 Make ctrl-c terminate the current input line and start an empty line, instead of the previous content. by Johnny Chen · 12 years ago
  7. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  8. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  9. 3bbbdc3 Move the el_source() call after the section of code which sets up the default "ctrl-r" and "ctrl-w" bindings by Johnny Chen · 12 years ago
  10. abd370a Jason Molenda convinced me that we should make ctrl-w on the command line bind to ed-delete-prev-word. by Johnny Chen · 12 years ago
  11. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  12. c76486c Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations. by Jim Ingham · 12 years ago
  13. 664b099 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago
  14. b7a22b2 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago
  15. 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
  16. a1f645e Added a new packet to our GDB remote protocol: by Greg Clayton · 12 years ago
  17. cfd89c4 Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr. by Greg Clayton · 12 years ago
  18. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 12 years ago
  19. 48f9c71 Missed a file in the last FreeBSD patch. by Greg Clayton · 12 years ago
  20. 27cf232 FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. by Greg Clayton · 12 years ago
  21. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 12 years ago
  22. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 12 years ago
  23. a3f3819 Small tweak to list of arches to build debugserver for on arm. by Jason Molenda · 12 years ago
  24. 0d4453c Fix a typo. by Johnny Chen · 12 years ago
  25. 9a725f0 Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)variable. by Johnny Chen · 12 years ago
  26. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 12 years ago
  27. cf88842 Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue by Johnny Chen · 12 years ago
  28. 7d0356f Fixed a bug with the r153228 check-in earlier today in that the cached watchpoint by Johnny Chen · 12 years ago
  29. 33de038 WIP snapshot of hardware watchpoints for arm. A simple watchpoint has triggered. by Johnny Chen · 12 years ago
  30. 72a06db Bump to lldb-133. by Jason Molenda · 12 years ago
  31. 13555cc Fix FRAMEWORK_SEARCH_PATHS for iOS builds. by Johnny Chen · 12 years ago
  32. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 12 years ago
  33. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 12 years ago
  34. 598df88 <rdar://problem/10434005> by Greg Clayton · 12 years ago
  35. 599c084 bump to debugserver-180 by Jason Molenda · 12 years ago
  36. abd9d7a On iOS builds, install debugserver in /Developer/usr/bin. by Jason Molenda · 12 years ago
  37. 1ffff0f Send an "OK" response to the "D" (detach) packet. by Jason Molenda · 12 years ago
  38. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 12 years ago
  39. f46c5ef version bump to 178 by Jason Molenda · 12 years ago
  40. 3a245a5 Don't SKIP_INSTALL for sdk==iOS, install in to /usr/local/bin for now. by Jason Molenda · 12 years ago
  41. bc41ff7 Pull in another plist from the old debugserver project. by Jason Molenda · 12 years ago
  42. 053a922 <rdar://problem/11030692> by Greg Clayton · 12 years ago
  43. dd21d3c Bump debugserver version to 177. by Jason Molenda · 12 years ago
  44. daf37d2 Re-enable the use of the ARMDisassembler framework when building debugserver for ios. by Jason Molenda · 12 years ago
  45. 55f7687 Make debugserver quieter about memory read errors. <rdar://problem/10681220> by Jim Ingham · 12 years ago
  46. cda01b0 Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 12 years ago
  47. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 12 years ago
  48. ad7bd23 <rdar://problem/11007934> by Greg Clayton · 12 years ago
  49. 295c7cc <rdar://problem/10993996> by Greg Clayton · 12 years ago
  50. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 12 years ago
  51. 95ec168 <rdar://problem/10840355> by Greg Clayton · 12 years ago
  52. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 12 years ago
  53. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  54. 4402f70 <rdar://problem/10986692> by Greg Clayton · 12 years ago
  55. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 12 years ago
  56. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 12 years ago
  57. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 12 years ago
  58. 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
  59. fe724f7 <rdar://problem/10963899> by Greg Clayton · 12 years ago
  60. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 12 years ago
  61. f125250 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  62. fbb582e Add one more define for sdk==iphoneos. by Jason Molenda · 12 years ago
  63. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 12 years ago
  64. 8bcb0bd Newly created threads are to inherit from the global debug state of the process. by Johnny Chen · 12 years ago
  65. e350394 Add a class method HasWatchpointOccurred() to inspect the "method of debug entry" field by Johnny Chen · 12 years ago
  66. edfdbe0 Add comments about address word offset and the calculation of byte address select mask for WCR. by Johnny Chen · 12 years ago
  67. 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 12 years ago
  68. 9a5bbd2 Change #ifdef markers around lockdown and SpringBoard by Jason Molenda · 12 years ago
  69. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 12 years ago
  70. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 12 years ago
  71. 5de3317 Pull side effects out of asserts. Fixes debugserver with NDEBUG defined. by Charles Davis · 12 years ago
  72. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  73. 75a7c75 Fixed an error with the 'G' packet on ARM when using the default GDB by Greg Clayton · 12 years ago
  74. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  75. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  76. 7cd8cd5 Fixed terminal settings not being properly restored when "quit" was run. by Greg Clayton · 12 years ago
  77. a749ca2 Kill our child process that we launch when we can't get the task_for_pid() by Greg Clayton · 12 years ago
  78. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 12 years ago
  79. 894aaba Fix shell commands that do code signing. by Jason Molenda · 12 years ago
  80. c962cd9 Bumping Xcode project versions for lldb-109 and debugserver-167. by Greg Clayton · 12 years ago
  81. 98b9895 Xcode codesigning is broken. Work around this by doing code signing in a shell script build phase. by Greg Clayton · 12 years ago
  82. 9a8e584 Bumped Xcode project versions for lldb-108 and debugserver-166. by Greg Clayton · 12 years ago
  83. 70bc536 Bumped xcode project versions for lldb-106 and debugserver-165 by Greg Clayton · 13 years ago
  84. f771915 Bumped Xcode project version for lldb-105 and debugserver-164. by Greg Clayton · 13 years ago
  85. ef8fef6 Bumped Xcode project versions for lldb-104 and debugserver-163. by Greg Clayton · 13 years ago
  86. 305f385 Snapshot of initial work for ARM watchpoint support on the debugserver. by Johnny Chen · 13 years ago
  87. 6c7559a Disable ARMDisassembler.framework support which was used for software single stepping. by Greg Clayton · 13 years ago
  88. ca28cc3 Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> by Jim Ingham · 13 years ago
  89. 48f1bfe Updating Xcode project version numbers for lldb-103 and debugserver-162 by Sean Callanan · 13 years ago
  90. 97f3a27 Updating Xcode project version numbers for lldb-102 and debugserver-161 by Sean Callanan · 13 years ago
  91. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
  92. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  93. 429c6d8 Bumped Xcode project versions for lldb-101 and debugserver-160. by Greg Clayton · 13 years ago
  94. f09ca66 Updating Xcode project version numbers for lldb-100 and debugserver-159 by Sean Callanan · 13 years ago
  95. 993d33e Updating Xcode project version numbers for lldb-99 and debugserver-158 by Sean Callanan · 13 years ago
  96. 693f400 Updating Xcode project version numbers for lldb-97 and debugserver-157 by Sean Callanan · 13 years ago
  97. 6aeedd3 Updating Xcode project version numbers for LLDB-96 and debugserver-156. by Sean Callanan · 13 years ago
  98. cb0f245 Bumped Xcode project version to lldb-95 and debugserver-155. by Greg Clayton · 13 years ago
  99. 1308a95 Always return a valid answer for qMemoryRegionInfo if the packet is supported. by Greg Clayton · 13 years ago
  100. d906b1b Don't spam warnings about not being able to read memory at 0x0. by Jim Ingham · 13 years ago