summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13793059>Greg Clayton2013-07-151-2/+76
* Add some useful logging for tracking thread matching problems.Jim Ingham2013-06-221-0/+24
* <rdar://problem/13980489>Han Ming Ong2013-06-211-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* Don't retry the Connect when starting up debugserver if the reason for the pr...Jim Ingham2013-06-071-1/+7
* Fix a couple of error message typos.Jim Ingham2013-06-031-2/+2
* Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton2013-05-211-18/+24
* <rdar://problem/13892516>Greg Clayton2013-05-211-3/+20
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-111-2/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-10/+5
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-2/+2
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-33/+18
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-18/+33
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-33/+18
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-6/+10
OpenPOWER on IntegriCloud