summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-221/+68
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-0/+2
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-20/+24
* Unfortunately, sranddev() is not available on all platforms so seed using theStephen Wilson2011-03-301-1/+4
* Can't just call "rand" to get a random port, 'cause then you'll get the same ...Jim Ingham2011-03-291-0/+7
* Simple fixes for the gdb remote process plugin on Linux.Stephen Wilson2011-03-251-1/+2
* Added new platform commands:Greg Clayton2011-03-231-22/+40
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-19/+21
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-48/+1
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-23/+23
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-37/+17
* Added a missing API call in SBTarget that enables one to getGreg Clayton2011-03-021-10/+15
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-338/+231
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-26/+29
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-24/+1
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-24/+10
* All UnwindPlan objects are now passed around as shared pointers.Greg Clayton2011-02-151-2/+28
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-31/+228
* Fix comment text.Greg Clayton2011-02-091-1/+1
* <rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase...Greg Clayton2011-02-091-31/+33
* Add _pthread_wqthread to the list of thread stop points, and change the loggi...Jim Ingham2011-02-081-3/+4
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Patch that allows for thread_t to be something more complex than anGreg Clayton2011-02-081-3/+3
* Added a quicker lookup in the SectionLoadList when looking things up byGreg Clayton2011-02-051-33/+10
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-20/+87
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-2/+2
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-133/+53
* Fix a little thinko in sending down the thread name to SetName.Jim Ingham2011-01-281-1/+1
* If the user specfies one of stdin, stdout or stderr, don'tCaroline Tice2011-01-281-4/+17
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-5/+5
* Reverting recent thread resume changes as it was causing testing issues.Greg Clayton2011-01-251-4/+5
* When we are stepping a thread, force it to resume ALL the way to 0. And of c...Jim Ingham2011-01-251-2/+2
* One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure weGreg Clayton2011-01-251-1/+11
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-63/+21
* Remember to turn off the debugserver.txt hard-coded emission.Jim Ingham2011-01-241-2/+2
* More useful STEP logging.Jim Ingham2011-01-241-2/+2
* Improved process logging for both lldb_private::Process and ProcessGDBRemote.Greg Clayton2011-01-231-10/+43
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-11/+80
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-25/+99
* Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton2011-01-221-33/+14
* Added an interface for noticing new thread creation. At this point, I only t...Jim Ingham2011-01-221-1/+90
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-1/+8
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-6/+0
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-4/+22
* Modified the stop reply packet to be able to send the thread name using theGreg Clayton2011-01-081-0/+9
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-171-43/+0
* Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it w...Greg Clayton2010-12-131-0/+2
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-1/+1
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-7/+13
* Fixed a race condition that could cause ProcessGDBRemote::DoResume() to returnGreg Clayton2010-12-031-5/+15
OpenPOWER on IntegriCloud