- 7b771d2 eArgTypePath was removed in r166533; change -c to expect eArgTypeFilename. by Jason Molenda · 12 years ago
- b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
- c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
- 44aa393 Provide an SSL context ref in case SLL is needed for communication. by Greg Clayton · 12 years ago
- d9899e0 <rdar://problem/12042500> by Greg Clayton · 12 years ago
- 0bfb4b3 Fix build warnings. by Greg Clayton · 12 years ago
- 94a5d0d Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 12 years ago
- 31f175e Fix the extra space char being emitted in this message when breakpoints resolve - by Jason Molenda · 12 years ago
- f2ec364 Re-adding this previously removed file. by Greg Clayton · 12 years ago
- 84e46f1 This file is causing problems. I am going to remove it and try re-adding it. by Greg Clayton · 12 years ago
- b0d2027 Bump to lldb-168, debugserver-193. by Jason Molenda · 12 years ago
- e93725b <rdar://problem/12219840> by Greg Clayton · 12 years ago
- 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
- f993558 Some more typing-related fixes. by Filipe Cabecinhas · 12 years ago
- bb1af9c <rdar://problem/11935492> by Greg Clayton · 12 years ago
- 1a7b4da Fixed a bug where the LLDB_VERSION wasn't properly by Sean Callanan · 12 years ago
- 002ce8a Committed a simple dtrace script that tracks by Sean Callanan · 12 years ago
- 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
- e662457 Updating Xcode project version numbers for lldb-165 and debugserver-192 by Sean Callanan · 12 years ago
- 6f72da8 Updating Xcode project version numbers for lldb-164 and debugserver-191 by Sean Callanan · 12 years ago
- 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
- a0b1450 Updating Xcode project version numbers for lldb-163 and debugserver-190 by Sean Callanan · 12 years ago
- 73f6b49 Add a call to "sync" a thread state before checkpointing registers in preparation for by Jim Ingham · 12 years ago
- 56b9f80 Use a more efficient API to tell if a process belongs to springboard or not. by Jim Ingham · 12 years ago
- 3a458eb Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb. by Jim Ingham · 12 years ago
- ef898c5 <rdar://problem/11908082> by Greg Clayton · 12 years ago
- 2475712 Update the project and schemes to the Xcode recommended settings. by Greg Clayton · 12 years ago
- 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
- add4b95 Fix an off by one error when handling a packet where our read buffer size truncates the first chunk of the packet by Jim Ingham · 12 years ago
- e9d2ca1 Bump to lldb-162 / debugserver-189. by Jason Molenda · 12 years ago
- 7de2a3b <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so that we single-step before stopping at the WP. This is necessary because on ARM the WP triggers before the opcode is actually executed, so we would be unable to continue since we would keep hitting the WP. We work around this by disabling the WP, single stepping and then putting the WP back in place. by Enrico Granata · 12 years ago
- 352f3cd Unify how we get host version on Mac OS X & iOS. by Jim Ingham · 12 years ago
- 2a4e9af Added an editline fix to make the delete key act as expected on Mac OS X. by Sean Callanan · 12 years ago
- 1f6d04b Bump versions to lldb-161, debugserver-188. by Jason Molenda · 12 years ago
- 2530d95 Spelling fixes. by Greg Clayton · 12 years ago
- 2f676aa <rdar://problem/11679380> Make sure we do not fallback to software stepping when hardware stepping should work but fails to get enabled. Also removing dead code paths by Enrico Granata · 12 years ago
- 403648d DNBLogThreadedIf already inserts a newline by Filipe Cabecinhas · 12 years ago
- d1e0829 rdar://problem/11649610 lldb confused by single quote in executable path by Johnny Chen · 12 years ago
- 33a9f64 rdar://problem/11390100 by Johnny Chen · 12 years ago
- 4d35f88 Properly initialize the member fields used for hardware watchpoint transaction management. by Johnny Chen · 12 years ago
- 5693e87 rdar://problem/11320188 by Johnny Chen · 12 years ago
- 0d99969 If the Driver's input reader gets an Interrupt and the current command line is empty, then treat that interrupt as an instruction to Stop the process of the currently selected target. by Jim Ingham · 12 years ago
- bab9b64 Add an API to determine whether there are any characters on the current input line. by Jim Ingham · 12 years ago
- b51d99b For hardware watchpoint enable/disable, in case the kernel call to set the revised debug state fails, we need to recover the local cache to the previous known state. by Johnny Chen · 12 years ago
- 1e1a6ca Make dbgnub-config.pl work with multiline env vars. by Filipe Cabecinhas · 12 years ago
- 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
- 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
- 5d44dcc Fix a typo. by Johnny Chen · 12 years ago
- ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
- 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
- 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
- 492b123 Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it. by Johnny Chen · 12 years ago
- 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
- f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
- b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
- 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 · 13 years ago
- abd370a Jason Molenda convinced me that we should make ctrl-w on the command line bind to ed-delete-prev-word. by Johnny Chen · 13 years ago
- 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 13 years ago
- c76486c Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations. by Jim Ingham · 13 years ago
- 664b099 Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
- b7a22b2 Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
- 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 · 13 years ago
- a1f645e Added a new packet to our GDB remote protocol: by Greg Clayton · 13 years ago
- cfd89c4 Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr. by Greg Clayton · 13 years ago
- 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 13 years ago
- 48f9c71 Missed a file in the last FreeBSD patch. by Greg Clayton · 13 years ago
- 27cf232 FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. by Greg Clayton · 13 years ago
- 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 13 years ago
- b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 13 years ago
- a3f3819 Small tweak to list of arches to build debugserver for on arm. by Jason Molenda · 13 years ago
- 0d4453c Fix a typo. by Johnny Chen · 13 years ago
- 9a725f0 Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)variable. by Johnny Chen · 13 years ago
- b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 13 years ago
- cf88842 Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue by Johnny Chen · 13 years ago
- 7d0356f Fixed a bug with the r153228 check-in earlier today in that the cached watchpoint by Johnny Chen · 13 years ago
- 33de038 WIP snapshot of hardware watchpoints for arm. A simple watchpoint has triggered. by Johnny Chen · 13 years ago
- 72a06db Bump to lldb-133. by Jason Molenda · 13 years ago
- 13555cc Fix FRAMEWORK_SEARCH_PATHS for iOS builds. by Johnny Chen · 13 years ago
- 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 13 years ago
- f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 13 years ago
- 598df88 <rdar://problem/10434005> by Greg Clayton · 13 years ago
- 599c084 bump to debugserver-180 by Jason Molenda · 13 years ago
- abd9d7a On iOS builds, install debugserver in /Developer/usr/bin. by Jason Molenda · 13 years ago
- 1ffff0f Send an "OK" response to the "D" (detach) packet. by Jason Molenda · 13 years ago
- b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 13 years ago
- f46c5ef version bump to 178 by Jason Molenda · 13 years ago
- 3a245a5 Don't SKIP_INSTALL for sdk==iOS, install in to /usr/local/bin for now. by Jason Molenda · 13 years ago
- bc41ff7 Pull in another plist from the old debugserver project. by Jason Molenda · 13 years ago
- 053a922 <rdar://problem/11030692> by Greg Clayton · 13 years ago
- dd21d3c Bump debugserver version to 177. by Jason Molenda · 13 years ago
- daf37d2 Re-enable the use of the ARMDisassembler framework when building debugserver for ios. by Jason Molenda · 13 years ago
- 55f7687 Make debugserver quieter about memory read errors. <rdar://problem/10681220> by Jim Ingham · 13 years ago
- cda01b0 Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 13 years ago
- c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 13 years ago
- ad7bd23 <rdar://problem/11007934> by Greg Clayton · 13 years ago
- 295c7cc <rdar://problem/10993996> by Greg Clayton · 13 years ago
- f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 13 years ago
- 95ec168 <rdar://problem/10840355> by Greg Clayton · 13 years ago
- 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 13 years ago
- 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