summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed DoResume to watch for the correct return value from WaitForIsRunning to...Greg Clayton2010-12-031-3/+1
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-59/+15
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-3/+39
* Make processes use InputReaders for their input. Move the processCaroline Tice2010-11-161-30/+17
* Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawningGreg Clayton2010-11-081-42/+28
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-17/+17
* If debugserver is running on the local machine, pass it aCaroline Tice2010-11-051-15/+16
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+7
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-3/+3
* Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton2010-10-181-28/+39
* Fixed debugserver to properly attach to a process by name with the Greg Clayton2010-10-181-32/+7
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-34/+39
* Fixed the dispatch queue name retrieval for threads by looking in an extraGreg Clayton2010-10-121-4/+11
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-3/+0
* Cleaned up a unused member variable in Debugger.Greg Clayton2010-09-301-3/+16
* Hooked up detach for ProcessGDBRemote.Greg Clayton2010-09-271-55/+48
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-1/+1
* The first part of an lldb native stack unwinder.Jason Molenda2010-09-101-2/+2
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-1/+1
* Fixed an lldb infrastructure bug, where the debugger should reaaly update itsJohnny Chen2010-09-031-0/+1
* Fixed a case where we might be able to acquire a mutex with a try lock andGreg Clayton2010-09-031-2/+4
* Pacify operator precedence warnings. No functionality change because eLaunchF...Benjamin Kramer2010-09-031-2/+2
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-0/+1
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-12/+23
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-39/+41
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-23/+59
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-7/+12
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-0/+14
* Centralized the Mach exception stop info code by adding it as a firstGreg Clayton2010-07-231-234/+6
* Added Mach exception stop descriptions. The chunk of code I just added needs ...Greg Clayton2010-07-231-37/+215
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-6/+0
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-10/+10
* Applied pid.patch from Jean-Daniel Dupas.Greg Clayton2010-07-061-1/+1
* More leaks detection:Greg Clayton2010-07-021-0/+3
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-1/+1
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-4/+13
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Applied PluginManager.cpp patch from Jean-Daniel Dupas.Jason Molenda2010-06-111-2/+2
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-34/+40
* Move source/Utility/PseudoTerminal.h into include/lldb/Utility.Jason Molenda2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+2272
OpenPOWER on IntegriCloud