1. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 13 years ago
  2. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 13 years ago
  3. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 13 years ago
  4. 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 · 13 years ago
  5. fe724f7 <rdar://problem/10963899> by Greg Clayton · 13 years ago
  6. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 13 years ago
  7. f125250 <rdar://problem/10605072> by Greg Clayton · 13 years ago
  8. fbb582e Add one more define for sdk==iphoneos. by Jason Molenda · 13 years ago
  9. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 13 years ago
  10. 8bcb0bd Newly created threads are to inherit from the global debug state of the process. by Johnny Chen · 13 years ago
  11. e350394 Add a class method HasWatchpointOccurred() to inspect the "method of debug entry" field by Johnny Chen · 13 years ago
  12. edfdbe0 Add comments about address word offset and the calculation of byte address select mask for WCR. by Johnny Chen · 13 years ago
  13. 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 13 years ago
  14. 9a5bbd2 Change #ifdef markers around lockdown and SpringBoard by Jason Molenda · 13 years ago
  15. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  16. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
  17. 5de3317 Pull side effects out of asserts. Fixes debugserver with NDEBUG defined. by Charles Davis · 13 years ago
  18. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
  19. 75a7c75 Fixed an error with the 'G' packet on ARM when using the default GDB by Greg Clayton · 13 years ago
  20. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  21. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 13 years ago
  22. 7cd8cd5 Fixed terminal settings not being properly restored when "quit" was run. by Greg Clayton · 13 years ago
  23. a749ca2 Kill our child process that we launch when we can't get the task_for_pid() by Greg Clayton · 13 years ago
  24. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 13 years ago
  25. 894aaba Fix shell commands that do code signing. by Jason Molenda · 13 years ago
  26. c962cd9 Bumping Xcode project versions for lldb-109 and debugserver-167. by Greg Clayton · 13 years ago
  27. 98b9895 Xcode codesigning is broken. Work around this by doing code signing in a shell script build phase. by Greg Clayton · 13 years ago
  28. 9a8e584 Bumped Xcode project versions for lldb-108 and debugserver-166. by Greg Clayton · 13 years ago
  29. 70bc536 Bumped xcode project versions for lldb-106 and debugserver-165 by Greg Clayton · 13 years ago
  30. f771915 Bumped Xcode project version for lldb-105 and debugserver-164. by Greg Clayton · 13 years ago
  31. ef8fef6 Bumped Xcode project versions for lldb-104 and debugserver-163. by Greg Clayton · 13 years ago
  32. 305f385 Snapshot of initial work for ARM watchpoint support on the debugserver. by Johnny Chen · 13 years ago
  33. 6c7559a Disable ARMDisassembler.framework support which was used for software single stepping. by Greg Clayton · 13 years ago
  34. ca28cc3 Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> by Jim Ingham · 13 years ago
  35. 48f1bfe Updating Xcode project version numbers for lldb-103 and debugserver-162 by Sean Callanan · 13 years ago
  36. 97f3a27 Updating Xcode project version numbers for lldb-102 and debugserver-161 by Sean Callanan · 13 years ago
  37. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
  38. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  39. 429c6d8 Bumped Xcode project versions for lldb-101 and debugserver-160. by Greg Clayton · 13 years ago
  40. f09ca66 Updating Xcode project version numbers for lldb-100 and debugserver-159 by Sean Callanan · 13 years ago
  41. 993d33e Updating Xcode project version numbers for lldb-99 and debugserver-158 by Sean Callanan · 13 years ago
  42. 693f400 Updating Xcode project version numbers for lldb-97 and debugserver-157 by Sean Callanan · 13 years ago
  43. 6aeedd3 Updating Xcode project version numbers for LLDB-96 and debugserver-156. by Sean Callanan · 13 years ago
  44. cb0f245 Bumped Xcode project version to lldb-95 and debugserver-155. by Greg Clayton · 13 years ago
  45. 1308a95 Always return a valid answer for qMemoryRegionInfo if the packet is supported. by Greg Clayton · 13 years ago
  46. d906b1b Don't spam warnings about not being able to read memory at 0x0. by Jim Ingham · 13 years ago
  47. a9091cc Move CPUHasAVX() prototype out of an #ifdef block of code. by Jason Molenda · 13 years ago
  48. f4933ed <rdar://problem/10544202> by Greg Clayton · 13 years ago
  49. 1f5c0c3 Expose the DNBArchMachARM::DBG typedef, specify the type with the by Jason Molenda · 13 years ago
  50. 46b27f2 Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes. by Johnny Chen · 13 years ago
  51. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  52. dc303c2 Bumped Xcode project versions for lldb-90 and debugserver-154 by Greg Clayton · 13 years ago
  53. a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
  54. 1628317 Bumped Xcode project versions for lldb-89 and debugserver-153. by Greg Clayton · 13 years ago
  55. 934fc6b Bumped Xcode project version for lldb-88 and debugserver-152. by Greg Clayton · 13 years ago
  56. 32e2564 Cleanup some warnings. by Greg Clayton · 13 years ago
  57. bcf07b3 Remove the QAddressIsExecutable packet I added last night. by Jason Molenda · 13 years ago
  58. dc8ff30 Add "QAddressIsExecutable" packet to debugserver. Used to test by Jason Molenda · 13 years ago
  59. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  60. d1d9f75 Bumped Xcode project version for lldb-86 and debugserver-151 by Greg Clayton · 13 years ago
  61. 49cddea Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.framework by Greg Clayton · 13 years ago
  62. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  63. 425743e Print out the task suspend count as well. by Jim Ingham · 13 years ago
  64. ec31b37 Bumping Xcode project versions for lldb-85 and debugserver-150. by Greg Clayton · 13 years ago
  65. e5a4e81 Bumped Xcode project version to lldb-84 and debugserver-149. by Greg Clayton · 13 years ago
  66. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  67. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  68. d6ceffb Updated the project to use the "DEVELOPER_DIR" build setting that specifies by Greg Clayton · 13 years ago
  69. 0e8147b Enabled the "printf" attribute on all debugserver logging functions and fixed by Greg Clayton · 13 years ago
  70. b6ee2e5 Bumping Xcode project version in mainline to match the latest build that was by Greg Clayton · 13 years ago
  71. c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
  72. 3ce5128 Remove unused include of deprecated header. by Benjamin Kramer · 13 years ago
  73. 900b3c7 Bumped versions for lldb-81 and debugserver-146. by Greg Clayton · 13 years ago
  74. 044c02b Bumped Xcode project version for lldb-80 and debugserver-145. by Greg Clayton · 13 years ago
  75. 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
  76. 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
  77. d466ebc The r139982 patch has a bug by using the constant "x86_AVX_STATE64". by Johnny Chen · 13 years ago
  78. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  79. 2080155 Added more logging, and renamed FPR to FPU in a the register set/flavor enum. by Greg Clayton · 13 years ago
  80. 48e8373 Correctly handle the when we the 'G' packet fails. There were by Greg Clayton · 13 years ago
  81. 36889ad Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the exception by Johnny Chen · 13 years ago
  82. dbcf98c Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
  83. a1cb0f4 Add comment regarding method call to DNBArchProtocol::NotifyException(). by Johnny Chen · 13 years ago
  84. ba3d698 Modify MachThread::NotifyException() to allow the arch specific protocol to process by Johnny Chen · 13 years ago
  85. 0ff8162 Update I386 DNB impl to fix the same errors as DNBArchImplX86_64: ('==' instead of '=') and (by value instead of by reference). by Johnny Chen · 13 years ago
  86. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  87. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  88. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  89. 0a44b0d Reset the debug status register, only if necessary, before we resume, by Johnny Chen · 13 years ago
  90. 520e7fe Basic infrastructure code to exploit malloc stack logging as available on Mac OS X to track the allocation history of pointers on the target process by Enrico Granata · 13 years ago
  91. d8b7248 Added comments about exception code. by Johnny Chen · 13 years ago
  92. fc89093 Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callback method by Johnny Chen · 13 years ago
  93. 2c45f54 Add logic to MachThreadList::GetThreadID() for the use case of setting a watchpoint by Johnny Chen · 13 years ago
  94. 390a0e7 Minor change: compare the return val of DNBWatchpointSet() against INVALID_NUB_WATCH_ID by Johnny Chen · 13 years ago
  95. 31d8918 DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input argument. by Johnny Chen · 13 years ago
  96. 5b4b00f Watchpoint work in progress: by Johnny Chen · 13 years ago
  97. fe98a2e Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). by Johnny Chen · 13 years ago
  98. 0875a97 Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. by Johnny Chen · 13 years ago
  99. 9d544f4 Add a couple of helper methods to check/clear the debug status register by Johnny Chen · 13 years ago
  100. d111994 Fix the shift amount applied to size_and_rw_bits() for debug control register, by Johnny Chen · 13 years ago