summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* <rdar://problem/13700260>Greg Clayton2013-05-011-59/+52
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-10/+6
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-6/+10
* Fix one small whitespace alignment mistake.Jason Molenda2013-04-251-6/+6
* <rdar://problem/13697881>Greg Clayton2013-04-201-38/+70
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-291-93/+0
* <rdar://problem/13521159>Greg Clayton2013-03-271-22/+22
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-7/+7
* <rdar://problem/12693921>Greg Clayton2013-02-141-3/+3
* <rdar://problem/12693921>Greg Clayton2013-02-011-0/+54
* <rdar://problem/12491235> Jason Molenda2013-01-301-115/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-2/+6
* <rdar://problem/13020634>Greg Clayton2013-01-211-5/+39
* <rdar://problem/12976277>Han Ming Ong2013-01-181-1/+7
* <rdar://problem/12976225>Han Ming Ong2013-01-081-2/+16
OpenPOWER on IntegriCloud