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