summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-234-4/+17
* Include checksum in non-ack modeEd Maste2013-08-201-6/+3
* <rdar://problem/13793059>Greg Clayton2013-07-153-10/+79
* <rdar://problem/14182286>Han Ming Ong2013-06-241-2/+2
* 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-194-21/+21
* 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-212-26/+25
* <rdar://problem/13892516>Greg Clayton2013-05-211-3/+20
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-112-3/+2
* <rdar://problem/13854277>Greg Clayton2013-05-103-16/+8
* Changed the formerly pure virtual function:Greg Clayton2013-05-093-49/+11
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-072-52/+56
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-072-56/+52
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-042-52/+56
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-024-12/+56
* <rdar://problem/13700260>Greg Clayton2013-05-014-105/+73
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-014-56/+12
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-304-12/+56
* 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
* <rdar://problem/13491977>Greg Clayton2013-04-121-2/+6
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-292-101/+3
* <rdar://problem/13521159>Greg Clayton2013-03-278-65/+71
* Remove my print statements I was using for debugging.Greg Clayton2013-03-091-9/+0
* <rdar://problem/13384282> Greg Clayton2013-03-091-17/+62
* Fix a handful of remaining assumptions that thread IDs were 32-bitsJason Molenda2013-02-232-14/+14
* <rdar://problem/13190981>Greg Clayton2013-02-221-4/+5
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+11
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-152-9/+9
* <rdar://problem/12693921>Greg Clayton2013-02-141-3/+3
* <rdar://problem/12693921>Greg Clayton2013-02-011-0/+54
* <rdar://problem/12491235> Jason Molenda2013-01-302-119/+1
* <rdar://problem/13069948>Greg Clayton2013-01-253-16/+16
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-2/+6
* <rdar://problem/13020634>Greg Clayton2013-01-213-156/+145
* <rdar://problem/12976277>Han Ming Ong2013-01-183-5/+133
* <rdar://problem/12976225>Han Ming Ong2013-01-081-2/+16
* <rdar://problem/11961650> Jason Molenda2012-12-193-4/+139
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-182-7/+8
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-072-3/+0
* <rdar://problem/12820334>Greg Clayton2012-12-061-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-052-0/+14
* Read full 64 bits of kernel address when locating aJason Molenda2012-12-011-1/+1
OpenPOWER on IntegriCloud