summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+1
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-1/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+1
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-291-8/+3
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-2/+2
* <rdar://problem/12491235> Jason Molenda2013-01-301-4/+0
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-2/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+3
* There seems to be some odd corner case where we shut down the ProcessGDBRemot...Jim Ingham2012-11-011-0/+9
* <rdar://problem/12491387>Greg Clayton2012-10-131-2/+3
* The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda2012-10-031-4/+6
* Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...Jason Molenda2012-09-291-0/+7
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+1
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+3
* Work around some problems destroying a process with older debugservers.Jim Ingham2012-07-041-0/+1
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+3
* <rdar://problem/11240464>Greg Clayton2012-05-151-2/+3
* <rdar://problem/11241798>Greg Clayton2012-04-131-1/+0
* Make sure that DoResume doesn't stall if we shut down the async thread while ...Jim Ingham2012-04-121-1/+2
* A general stability fix where we _always_ get the thread list immediately aft...Greg Clayton2012-04-101-0/+8
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-1/+1
* Added a packet history object to the GDBRemoteCommunication class that is alw...Greg Clayton2012-04-091-6/+6
* <rdar://problem/3535148>Han Ming Ong2012-02-251-1/+9
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-2/+4
* <rdar://problem/10487848>Greg Clayton2011-12-061-0/+7
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-0/+4
* Made the darwin host layer properly reap any child processes that it spawns.Greg Clayton2011-11-161-3/+3
* <rdar://problem/10103980>Greg Clayton2011-11-131-13/+0
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-8/+2
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-2/+2
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-1/+2
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-1/+2
* Removed an member variable "m_local_debugserver" that is no longer needed.Greg Clayton2011-06-241-1/+0
* Make sure we don't lose our stop reply packet in the case where the otherGreg Clayton2011-06-021-1/+1
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-1/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-21/+1
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-4/+4
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-6/+0
* Centralize the GDB remote timeout value into the GDBRemoteCommunication as aGreg Clayton2011-03-101-1/+0
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-11/+2
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-7/+1
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-5/+0
* Added the ability to detect which vCont packets (using the "vCont?") packetGreg Clayton2011-02-121-1/+7
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-0/+3
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-1/+1
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-4/+0
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-2/+6
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-0/+9
* Added an interface for noticing new thread creation. At this point, I only t...Jim Ingham2011-01-221-0/+13
* Removed libunwind sources as we aren't using them anymore.Greg Clayton2010-12-171-8/+0
OpenPOWER on IntegriCloud