- c4e411f Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 15 years ago
- 6beaaa6 A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 15 years ago
- 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 15 years ago
- de9d049 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 15 years ago
- 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
- c30abdf Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it would eventually destroy the dynamic loader (when the lldb_private::Process::m_dynamic_loader_ap destroys itself in the object member destructor chain). The dynamic loader was calling a pure virtual method in Process which was causing a crash. The quick fix is to reset the auto pointer in the ProcessGDBRemote destructor when ProcessGDBRemote is still a valid object with all its pure virtual functions intact. by Greg Clayton · 15 years ago
- 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
- f8da863 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 15 years ago
- e521966 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 15 years ago
- 6218018 Fixed DoResume to watch for the correct return value from WaitForIsRunning to avoid spurious errors due to previous fix. by Greg Clayton · 15 years ago
- 3af9ea5 Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 15 years ago
- 0d8bcc7 Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 15 years ago
- ef5c6d0 Make processes use InputReaders for their input. Move the process by Caroline Tice · 15 years ago
- a78ff2e Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 15 years ago
- 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
- 5e254d3 If debugserver is running on the local machine, pass it a by Caroline Tice · 15 years ago
- 20ad3c4 Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
- 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
- 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
- 58d1c9a Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 15 years ago
- 19388cf Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
- dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
- 897f96a Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 15 years ago
- 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
- 4957bf6 Cleaned up a unused member variable in Debugger. by Greg Clayton · 15 years ago
- 594e5ed Hooked up detach for ProcessGDBRemote. by Greg Clayton · 15 years ago
- f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
- fbcb7f2 The first part of an lldb native stack unwinder. by Jason Molenda · 15 years ago
- 6f35f5c Got the ARM version of debugserver up to date. by Greg Clayton · 15 years ago
- 725945d Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 15 years ago
- 54512bd Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 15 years ago
- 6b73930 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 15 years ago
- 2cad65a Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 15 years ago
- f681b94 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
- 0b76a2c Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 15 years ago
- 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
- f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
- b0b9fe6 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 15 years ago
- 896dff6 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 15 years ago
- 5b9a1ea Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. by Greg Clayton · 15 years ago
- e1a916a Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
- 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
- c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
- 3afe8a9 Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 15 years ago
- 0b42ac3 More leaks detection: by Greg Clayton · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 1b54c88 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 743e86a Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 15 years ago
- 41f9232 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 15 years ago
- a34a0c6 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago