1. 044c02b Bumped Xcode project version for lldb-80 and debugserver-145. by Greg Clayton · 13 years ago
  2. 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
  3. 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
  4. d466ebc The r139982 patch has a bug by using the constant "x86_AVX_STATE64". by Johnny Chen · 13 years ago
  5. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  6. 2080155 Added more logging, and renamed FPR to FPU in a the register set/flavor enum. by Greg Clayton · 13 years ago
  7. 48e8373 Correctly handle the when we the 'G' packet fails. There were by Greg Clayton · 13 years ago
  8. 36889ad Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the exception by Johnny Chen · 13 years ago
  9. a1cb0f4 Add comment regarding method call to DNBArchProtocol::NotifyException(). by Johnny Chen · 13 years ago
  10. ba3d698 Modify MachThread::NotifyException() to allow the arch specific protocol to process by Johnny Chen · 13 years ago
  11. 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
  12. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  13. 0a44b0d Reset the debug status register, only if necessary, before we resume, by Johnny Chen · 13 years ago
  14. 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
  15. d8b7248 Added comments about exception code. by Johnny Chen · 13 years ago
  16. fc89093 Add logic to the DNBArchImplX86_64/DNBArchImplI386::NotifyException() callback method by Johnny Chen · 13 years ago
  17. 2c45f54 Add logic to MachThreadList::GetThreadID() for the use case of setting a watchpoint by Johnny Chen · 13 years ago
  18. 390a0e7 Minor change: compare the return val of DNBWatchpointSet() against INVALID_NUB_WATCH_ID by Johnny Chen · 13 years ago
  19. 31d8918 DNBBreakpoint::SetEnabled() should take a bool, not a uint32_t, as its input argument. by Johnny Chen · 13 years ago
  20. 5b4b00f Watchpoint work in progress: by Johnny Chen · 13 years ago
  21. fe98a2e Renaming: from IsVacantWatchpoint() to IsWatchpointVacant(). by Johnny Chen · 13 years ago
  22. 0875a97 Renamed the helper method to ClearWatchpointHits() for clarity of its purpose. by Johnny Chen · 13 years ago
  23. 9d544f4 Add a couple of helper methods to check/clear the debug status register by Johnny Chen · 13 years ago
  24. d111994 Fix the shift amount applied to size_and_rw_bits() for debug control register, by Johnny Chen · 13 years ago
  25. 503b407 Update comments. by Johnny Chen · 13 years ago
  26. 25d2818 Watchpoint work in progress: add helper methods to DNB arch impl for I386 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
  27. 738fe1b Watchpoint work in progress: add helper methods to DNB arch impl for X86_64 to implment Enable/DisableHardwareWatchpoint. by Johnny Chen · 13 years ago
  28. eb0eae2 Add stubs of incomplete watchpoint implementation with "FIXME" markers. by Johnny Chen · 13 years ago
  29. e393568 Added the debug registers for i386 and x86_64 in preparation for watchpoints. by Greg Clayton · 13 years ago
  30. 0605942 Remove an extra break statement. by Johnny Chen · 13 years ago
  31. c5d97ed Bumped Xcode project versions for lldb-73 and debugserver-144. by Greg Clayton · 13 years ago
  32. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  33. 1e1460b To silence the static analyzer. by Johnny Chen · 13 years ago
  34. 7559f33 To silence the static analyzer. by Johnny Chen · 13 years ago
  35. 178e101 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  36. 8bc9af1 In the case where we are trying to resume a thread all the way to 0, if we get by Jim Ingham · 13 years ago
  37. 0734eb0 Ignore the static analyzer, instead; and add comment why. by Johnny Chen · 13 years ago
  38. 9a7749c Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  39. c0c397f Fixed a problem where the HasAVX() code in by Sean Callanan · 13 years ago
  40. 153191e The "bool HasAVX()" function doesn't backup and restore the by Greg Clayton · 13 years ago
  41. 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
  42. 19395ef Update Xcode project versions to lldb-70 and debugserver-142. by Greg Clayton · 13 years ago
  43. d05213b RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returns by Jason Molenda · 13 years ago
  44. aa43001 If we are telling only one thread to run in debugserver, and that thread has been suspended from outside by Jim Ingham · 13 years ago
  45. db15e0c Added support for dynamic detection of AVX, and by Sean Callanan · 13 years ago
  46. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  47. 37f1b92 Handle the possible case where the process launch failed by Jason Molenda · 13 years ago
  48. e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
  49. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  50. 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
  51. c40dfc5 Don't codesign with lldb_codesign for non MacOSX SDKs. by Greg Clayton · 13 years ago
  52. 7d20d2b lldb-56 with codesign settings fixed in the Xcode projects. by Greg Clayton · 13 years ago
  53. 225b8e7 Bumping Xcode project versions for lldb-55 and debugserver-139. by Greg Clayton · 13 years ago
  54. 04d397c Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to by Greg Clayton · 13 years ago
  55. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  56. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  57. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  58. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  59. 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 13 years ago
  60. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  61. 5e47385 Change an unconditional log to a conditional one. by Jim Ingham · 13 years ago
  62. a458240 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 13 years ago
  63. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  64. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  65. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
  66. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  67. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 14 years ago
  68. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 14 years ago
  69. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  70. 4d3a89e Added AVX support to the Intel portion of debugserver. AVX by Sean Callanan · 14 years ago
  71. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  72. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  73. fc30997 If the user sets a working directory path using "process launch -w <path>", honor that dir path; by Johnny Chen · 14 years ago
  74. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  75. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
  76. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  77. c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 14 years ago
  78. f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 14 years ago
  79. 17801bc Bumped Xcode project versions to lldb-46 and debugserver-131. by Greg Clayton · 14 years ago
  80. 679c77b The thread_info changes over the life of the thread, so you can't get it once and cache it, you have to fetch it every time you want to use it. by Jim Ingham · 14 years ago
  81. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
  82. abea3cb Updated Xcode project versions: lldb-45 and debugserver-130 by Greg Clayton · 14 years ago
  83. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  84. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  85. 46cd50c Trivial comment fix. by Johnny Chen · 14 years ago
  86. 9d71c95 Bumped Xcode project versions to lldb-44 and debugserver-129. by Greg Clayton · 14 years ago
  87. cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 14 years ago
  88. c72af6b When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 14 years ago
  89. 42ddc49 Bumped Xcode project versions: lldb-43 and debugserver-128. by Greg Clayton · 14 years ago
  90. d330bfd One more thing... Resume any threads that we discover were created while we stop as by Greg Clayton · 14 years ago
  91. ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
  92. 2971e7f Discover new threads right before we continue a process since libdispatch has by Greg Clayton · 14 years ago
  93. 9ace183 Added logging for threads that are spawned while we stop. We log their by Greg Clayton · 14 years ago
  94. 43457c5 Linebuffer the log file. by Jim Ingham · 14 years ago
  95. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  96. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  97. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  98. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 14 years ago
  99. d5f41ca Add a (currently disabled) bear trap where instead of deallocating pages, we remove all permissions. by Jim Ingham · 14 years ago
  100. 61468e8 Took the timeout for a ClangUserExpression down from a 10 second timeout to by Greg Clayton · 14 years ago