summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/11961650> Jason Molenda2012-12-191-3/+24
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-5/+6
* <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-051-0/+11
* Read full 64 bits of kernel address when locating aJason Molenda2012-12-011-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-34/+34
* <rdar://problem/12723044> For 'process plugin packet send…', we just send i...Han Ming Ong2012-11-261-25/+13
* Add support for libdispatch version 4 structure layout for findingJason Molenda2012-11-101-7/+24
* Remove a debugging printf that was left in the code.Greg Clayton2012-11-091-1/+0
* Removed use of non-standard escape character '\%'Filipe Cabecinhas2012-11-091-1/+1
* There seems to be some odd corner case where we shut down the ProcessGDBRemot...Jim Ingham2012-11-011-12/+51
* If we got what looks like a single step exception but we weren't single stepp...Jim Ingham2012-10-271-3/+7
* <rdar://problem/12491387>Greg Clayton2012-10-191-2/+2
* Added "process plugin packet send" and "process plugin packet history" for GD...Greg Clayton2012-10-151-8/+106
* <rdar://problem/12491387>Greg Clayton2012-10-131-1/+57
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+2
* In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryMo...Jason Molenda2012-10-061-0/+5
* Don't turn on the debugserver log by default.Jim Ingham2012-10-031-2/+2
* The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda2012-10-031-103/+30
* Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRe...Jason Molenda2012-09-291-18/+191
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+20
* <rdar://problem/11752499>Greg Clayton2012-09-191-6/+6
OpenPOWER on IntegriCloud