1. 3de6986 Fix a logic error in the condition for a warning log message. by Jim Ingham · 12 years ago
  2. 8ec8d64 Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet. by Jason Molenda · 12 years ago
  3. 0f638a4 Use a more unique end delimiter. In any case, the thread names are hexified when returning to lldb. by Han Ming Ong · 12 years ago
  4. 11ad623 <rdar://problem/12975489> by Han Ming Ong · 12 years ago
  5. 8492942 <rdar://problem/12602653> by Jason Molenda · 12 years ago
  6. aa93c93 Added an SBAPI to get the PythonPath (if the Host knows how to do that). And a -P option to the Driver by Jim Ingham · 12 years ago
  7. 278f16e Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 12 years ago
  8. fe55567 <rdar://problem/11961650> by Jason Molenda · 12 years ago
  9. 2b67961 Add a new qProcessInfo packet to debugserver. by Jason Molenda · 12 years ago
  10. e31e269 <rdar://problem/12890948> by Han Ming Ong · 12 years ago
  11. 09eb052 Initialize m_done to false in Driver constructor to avoid premature exit bug (spotted on Linux) by Daniel Malea · 12 years ago
  12. 72b131f <rdar://problem/12890901> by Han Ming Ong · 12 years ago
  13. c8aa9c9 Trigger the display of error and output in sourced commands from the result object's status instead of the presence of text in the error stream by Enrico Granata · 12 years ago
  14. 1581d7d <rdar://problem/12700464> by Enrico Granata · 12 years ago
  15. 2e28123 Broadcast an event when the selected thread is changed. by Jim Ingham · 12 years ago
  16. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 12 years ago
  17. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  18. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  19. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  20. 965b404 Get rid of a warning where functions in DNB.h were extern "C" when they don't need to be anymore. by Greg Clayton · 12 years ago
  21. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  22. 253a86b Bump lldb version num to lldb-178, debugserver version to debugserver-198. by Jason Molenda · 12 years ago
  23. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
  24. f14269a <rdar://problem/12780259> by Han Ming Ong · 12 years ago
  25. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  26. 53a1c26 Correct the label for the com.apple.debugserver.posix plist. by Jason Molenda · 12 years ago
  27. 8127561 Fixed the debugserver Xcode project to allow by Sean Callanan · 12 years ago
  28. e45c499 <rdar://problem/12759744> Provide physical memory distribution as part of profile data by Han Ming Ong · 12 years ago
  29. 559cf6e Han Ming's commit in r168228 had a bunch of 4-space tabs by Jason Molenda · 12 years ago
  30. 2529aa3 Follow up on <rdar://12720514>. Removed commented out code. by Han Ming Ong · 12 years ago
  31. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  32. 4d43ac7 Added a posix_spawn based launchd plist for always using posix_spawn to launch programs. by Greg Clayton · 12 years ago
  33. d77371f <rdar://problem/12647273> by Greg Clayton · 12 years ago
  34. 44b879f Switched debugserver to use C++11/libc++. by Sean Callanan · 12 years ago
  35. 3646e68 Fix an error message in debugserver so it doesn't print "Unable to by Jason Molenda · 12 years ago
  36. c7d505b Switch from using KERN_PROCARGS2 to get the path to the executed process to proc_pidpath. The former was flakey, and the whole point of libproc is to protect us from potential flakiness at that level... by Jim Ingham · 12 years ago
  37. 085c78b Added the plists to the debugserver project and fixed the labels for the new plists. by Greg Clayton · 12 years ago
  38. bfeaf57 More launchd style plists. by Greg Clayton · 12 years ago
  39. a5c92b6 Resolve any bundle paths we are given when the specified executable is a bundle. by Greg Clayton · 12 years ago
  40. 7b771d2 eArgTypePath was removed in r166533; change -c to expect eArgTypeFilename. by Jason Molenda · 12 years ago
  41. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  42. 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
  43. 44aa393 Provide an SSL context ref in case SLL is needed for communication. by Greg Clayton · 12 years ago
  44. d9899e0 <rdar://problem/12042500> by Greg Clayton · 12 years ago
  45. 0bfb4b3 Fix build warnings. by Greg Clayton · 12 years ago
  46. 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
  47. 31f175e Fix the extra space char being emitted in this message when breakpoints resolve - by Jason Molenda · 12 years ago
  48. f2ec364 Re-adding this previously removed file. by Greg Clayton · 12 years ago
  49. 84e46f1 This file is causing problems. I am going to remove it and try re-adding it. by Greg Clayton · 12 years ago
  50. b0d2027 Bump to lldb-168, debugserver-193. by Jason Molenda · 12 years ago
  51. e93725b <rdar://problem/12219840> by Greg Clayton · 12 years ago
  52. 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
  53. f993558 Some more typing-related fixes. by Filipe Cabecinhas · 12 years ago
  54. bb1af9c <rdar://problem/11935492> by Greg Clayton · 12 years ago
  55. 1a7b4da Fixed a bug where the LLDB_VERSION wasn't properly by Sean Callanan · 12 years ago
  56. 002ce8a Committed a simple dtrace script that tracks by Sean Callanan · 12 years ago
  57. 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
  58. e662457 Updating Xcode project version numbers for lldb-165 and debugserver-192 by Sean Callanan · 12 years ago
  59. 6f72da8 Updating Xcode project version numbers for lldb-164 and debugserver-191 by Sean Callanan · 12 years ago
  60. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  61. a0b1450 Updating Xcode project version numbers for lldb-163 and debugserver-190 by Sean Callanan · 12 years ago
  62. 73f6b49 Add a call to "sync" a thread state before checkpointing registers in preparation for by Jim Ingham · 12 years ago
  63. 56b9f80 Use a more efficient API to tell if a process belongs to springboard or not. by Jim Ingham · 12 years ago
  64. 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
  65. ef898c5 <rdar://problem/11908082> by Greg Clayton · 12 years ago
  66. 2475712 Update the project and schemes to the Xcode recommended settings. by Greg Clayton · 12 years ago
  67. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  68. 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
  69. e9d2ca1 Bump to lldb-162 / debugserver-189. by Jason Molenda · 12 years ago
  70. 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
  71. 352f3cd Unify how we get host version on Mac OS X & iOS. by Jim Ingham · 12 years ago
  72. 2a4e9af Added an editline fix to make the delete key act as expected on Mac OS X. by Sean Callanan · 12 years ago
  73. 1f6d04b Bump versions to lldb-161, debugserver-188. by Jason Molenda · 12 years ago
  74. 2530d95 Spelling fixes. by Greg Clayton · 12 years ago
  75. 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
  76. 403648d DNBLogThreadedIf already inserts a newline by Filipe Cabecinhas · 12 years ago
  77. d1e0829 rdar://problem/11649610 lldb confused by single quote in executable path by Johnny Chen · 12 years ago
  78. 33a9f64 rdar://problem/11390100 by Johnny Chen · 12 years ago
  79. 4d35f88 Properly initialize the member fields used for hardware watchpoint transaction management. by Johnny Chen · 12 years ago
  80. 5693e87 rdar://problem/11320188 by Johnny Chen · 12 years ago
  81. 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
  82. bab9b64 Add an API to determine whether there are any characters on the current input line. by Jim Ingham · 12 years ago
  83. 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
  84. 1e1a6ca Make dbgnub-config.pl work with multiline env vars. by Filipe Cabecinhas · 12 years ago
  85. 9ea7d87 Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs by Filipe Cabecinhas · 12 years ago
  86. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  87. 5d44dcc Fix a typo. by Johnny Chen · 12 years ago
  88. ad4be9a Bump debugserver version # to 187. by Jason Molenda · 12 years ago
  89. 70eddeb Change lockdown API use in RNBSocket::ConnectToService. by Jason Molenda · 12 years ago
  90. 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
  91. 492b123 Sanity check the return value from SBSCopyApplicationDisplayIdentifiers() before calling CFArrayGetCount() on it. by Johnny Chen · 12 years ago
  92. 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
  93. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 12 years ago
  94. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  95. 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
  96. 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
  97. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  98. c76486c Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since that takes locks and potentially does allocations. by Jim Ingham · 12 years ago
  99. 664b099 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago
  100. b7a22b2 Patch from Filipe Cabecinhas. by Greg Clayton · 12 years ago