summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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