summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-42/+42
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-1/+1
* Create a HostThread abstraction.Zachary Turner2014-09-091-9/+2
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-5/+1
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-2/+2
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-3/+8
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+4
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-061-1/+8
* lldb arm64 import.Jason Molenda2014-03-291-1/+3
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-0/+3
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-8/+0
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-1/+0
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-4/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+7
* Adjust PC after hitting breakpoint on remote target.Hafiz Abid Qadeer2013-10-181-0/+1
* Move the code which translates a dispatch_qaddr into aJason Molenda2013-10-181-1/+0
* <rdar://problem/14972424>Greg Clayton2013-10-151-0/+6
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+1
* <rdar://problem/13793059>Greg Clayton2013-07-151-0/+3
* Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton2013-05-211-8/+1
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-111-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* 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
OpenPOWER on IntegriCloud