summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a HostThread abstraction.Zachary Turner2014-09-091-25/+13
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-12/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-3/+3
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-4/+4
* Change ProcessGDBRemote::DidLaunchOrAttach to Jason Molenda2014-08-031-2/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-12/+16
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-2/+2
* Fix typos.Bruce Mitchener2014-07-011-4/+4
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-2/+58
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+5
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+45
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-0/+1
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-061-3/+146
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-11/+7
* Add a missing arm64 idef.Jason Molenda2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-4/+46
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-4/+0
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-4/+5
* Update copy-and-pasted log messageEd Maste2014-03-171-1/+1
* If you are disabling a hardware breakpoint, use z1 not z0.Jim Ingham2014-03-071-1/+9
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-0/+13
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-1/+1
* Don’t process the stop reply packet as a generic signal if we already figur...Jim Ingham2014-02-241-1/+1
* Patch for fixing the handling of hardware breakpoints.Deepak Panickal2014-02-241-43/+79
* Oops, probably ought to turn on that fix...Jim Ingham2014-02-211-1/+1
* We have to call waitpid on the lldb side for Mac OS X (even though we've succ...Jim Ingham2014-02-211-0/+18
* Improve the handling of stop-reply packet when it does not containHafiz Abid Qadeer2014-02-201-0/+15
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-1/+5
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-22/+0
* Test new committer permission with one-line trailing whitespace removal.Steve Pucci2014-01-161-1/+1
* Revert to getting a random port and sending that down to debugserver for iOS....Greg Clayton2014-01-101-5/+45
* Fixes a bug preventing reading of the python register file.Todd Fiala2014-01-081-0/+4
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-2/+2
* Any time ProcessGDBRemote tries to get the remote's ProcessArchitecture,Jason Molenda2013-12-211-5/+20
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-6/+6
* Modified local spawning in debugserver processes to use a new --reverse-conne...Greg Clayton2013-12-051-28/+39
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-196/+26
* Improved platform support.Greg Clayton2013-11-231-3/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-1/+9
* <rdar://problem/15263540>Greg Clayton2013-10-251-0/+18
* Fix python-free build.Joerg Sonnenberger2013-10-201-0/+4
* Adjust PC after hitting breakpoint on remote target.Hafiz Abid Qadeer2013-10-181-2/+7
* Move the code which translates a dispatch_qaddr into aJason Molenda2013-10-181-94/+0
* <rdar://problem/14972424>Greg Clayton2013-10-171-6/+17
* <rdar://problem/14972424>Greg Clayton2013-10-151-1/+49
* Set the architecture from the remote executable when it's not set so the regi...Carlo Kok2013-10-141-0/+9
* <rdar://problem/13635174>Greg Clayton2013-10-111-4/+11
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-3/+6
OpenPOWER on IntegriCloud