1. df19270 When we're unwinding out of frame 0 and we end up with a bogus frame by Jason Molenda · 13 years ago
  2. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
  3. 9a1f001 Add two new memory region based checks to the Unwinder: by Jason Molenda · 13 years ago
  4. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
  5. 0670900 <rdar://problem/10487848> by Greg Clayton · 13 years ago
  6. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  7. 48a202d Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 13 years ago
  8. 8391530 Update ProcessMonitor::MonitorCallback signature. by Peter Collingbourne · 13 years ago
  9. 489575c Further performance improvements in the DWARF parser: by Greg Clayton · 13 years ago
  10. a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
  11. 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
  12. ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
  13. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  14. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  15. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  16. ce65d2f Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 13 years ago
  17. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  18. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  19. abe2d36 Restructure the relationship between UnwindLLDB and the by Jason Molenda · 13 years ago
  20. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  21. c2ff189 warnings: Fix another place with extension warnings I somehow missed. by Daniel Dunbar · 13 years ago
  22. 37fdc1c warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. by Daniel Dunbar · 13 years ago
  23. f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
  24. b1668c9 build: Fixup Darwin process plugin build for Makefiles. by Daniel Dunbar · 13 years ago
  25. 8226e94 Fix up how we shut down the communication with debugserver so we don't rely on by Jim Ingham · 13 years ago
  26. b7669b3 <rdar://problem/10357230> by Greg Clayton · 13 years ago
  27. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  28. 61ddf56 If a process plug-in was specified by name, always let the plug-in get used. by Greg Clayton · 13 years ago
  29. 591cf15 Lock the Unwinder before accessing it. by Jim Ingham · 13 years ago
  30. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  31. 3bf3a9d This patch fixes debugging of single threaded apps on Linux. by Johnny Chen · 13 years ago
  32. 5ce0e2b Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multiple stack frames by Jason Molenda · 13 years ago
  33. 6bb7337 Quiet the default "log enable lldb step" output down a little bit. by Jim Ingham · 13 years ago
  34. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  35. ac51e9f Patch by Dawn to add the logging capabilities to ProcessLinux.cpp. by Johnny Chen · 13 years ago
  36. 01df057 Fix a typo in ProcessKDP::DidAttach(). by Johnny Chen · 13 years ago
  37. b8f74aa Patch from dawn@burble.org to build on linux! by Johnny Chen · 13 years ago
  38. 428b550 ProcessGDBRemote::BuildDynamicRegisterInfo() - even if we don't have a Target architecture by Jason Molenda · 13 years ago
  39. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
  40. 2d9b29b Fix verbose logging of unwinders. by Jason Molenda · 13 years ago
  41. 096c293 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 13 years ago
  42. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  43. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  44. 36889ad Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the exception by Johnny Chen · 13 years ago
  45. 5114e88 Tighten up the 'log enable lldb unwind' printing for by Jason Molenda · 13 years ago
  46. 819dd5e by Jason Molenda · 13 years ago
  47. 89798cc Set the OS in the triple correctly in response to the qHostInfo packet. by Greg Clayton · 13 years ago
  48. dad26a8 Fixed the logging output to be done consistently across all plug-ins. by Greg Clayton · 13 years ago
  49. 48a5e85 Fix compiler warnings for GetGDBStoppointType(). by Johnny Chen · 13 years ago
  50. 30e8d97 Watchpoint WIP: on the debugger side, create an instance of either by Johnny Chen · 13 years ago
  51. 21900fb Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). by Johnny Chen · 13 years ago
  52. 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
  53. 2396777 Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no by Johnny Chen · 13 years ago
  54. 37f962e Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 13 years ago
  55. d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
  56. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  57. 7c4fc6e Include the qLaunchSuccess and qC packets in the by Greg Clayton · 13 years ago
  58. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  59. c143d62 Fix a crash while running the test suite. Need to check the (LogSP)log shared pointer before using it. by Johnny Chen · 13 years ago
  60. 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
  61. 9f39a7b Patch from David Forsythe for FreeBSD build! by Johnny Chen · 13 years ago
  62. e6526bb Remove the deprecated MacOSX native plug-in. by Greg Clayton · 13 years ago
  63. f4a0148 Copy the native darwin register stuff out of the ProcessMacOSX plug-in folder. by Greg Clayton · 13 years ago
  64. 1bc04ed Logging and return code fixes. by Greg Clayton · 13 years ago
  65. 590474f Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms, by Peter Collingbourne · 13 years ago
  66. 4755698 Update ProcessLinux::CanDebug prototype by Peter Collingbourne · 13 years ago
  67. 1e3a522 Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  68. 7b13922 More KDP fixes and logging cleanup. by Greg Clayton · 13 years ago
  69. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 13 years ago
  70. ec15f50 Added register reading support for ARM, i386 and x86_64. by Greg Clayton · 13 years ago
  71. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  72. 72fa64b Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  73. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  74. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  75. 269f91e Fixed the comment lines in the file comment headers. by Greg Clayton · 13 years ago
  76. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  77. 363be3f Hollowed out process plug-in to do KDP darwin kernel debugging. by Greg Clayton · 13 years ago
  78. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  79. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  80. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  81. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  82. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  83. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  84. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  85. dfbfa9c Remove duplicate m_monitor field from LaunchArgs by Peter Collingbourne · 13 years ago
  86. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  87. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  88. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  89. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  90. 9bab8d4 Primitive attach support for linux by Johnny Chen · 13 years ago
  91. 2f57b3d Improve error reporting in ProcessMonitor::Launch by Peter Collingbourne · 13 years ago
  92. 50f0e89 Fix mistakes relating to ProcessMonitor::DupDescriptor by Peter Collingbourne · 13 years ago
  93. 6cf4fd1 If ProcessMonitor::Launch fails, post semaphore to notify caller by Peter Collingbourne · 13 years ago
  94. abb3e5b Add license header to InferiorCallPOSIX.cpp by Peter Collingbourne · 13 years ago
  95. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  96. 828c34f Implement RegisterContextLinux_x86_64::{Read,Write}AllRegisterValues by Peter Collingbourne · 13 years ago
  97. e426d85 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 13 years ago
  98. ad11546 Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/munmap calls by Peter Collingbourne · 13 years ago
  99. 4d623e8 Move inferior mmap/munmap call code into their own functions in utility lib by Peter Collingbourne · 13 years ago
  100. a4438a7 When emulating an ill-formed instruction, we should bail out instead of asserting and bringing down the whole process. by Johnny Chen · 13 years ago