summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2014-07-011-2/+2
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-1/+13
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+4
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-071-1/+2
* Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda2014-05-061-0/+4
* lldb arm64 import.Jason Molenda2014-03-291-0/+20
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-0/+4
* Support for debugging against a remote stock gdbserver.Steve Pucci2014-01-251-1/+41
* Fix a bug introduced in asynchronous packet sends. We were not setting the p...Jim Ingham2013-12-181-0/+1
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-2/+7
* Allow the hostname to be specified when asking a platform to launch another d...Greg Clayton2013-12-041-1/+1
* Improved platform support.Greg Clayton2013-11-231-1/+7
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-18/+42
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+16
* <rdar://problem/15263540>Greg Clayton2013-10-251-0/+4
* <rdar://problem/14146606>Greg Clayton2013-10-101-1/+3
* Fixed detection of 'p' packet support in debugserver,Sean Callanan2013-09-041-1/+1
* Discover support of 'p' packet.Hafiz Abid Qadeer2013-08-291-0/+4
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+56
* <rdar://problem/13793059>Greg Clayton2013-07-151-8/+0
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-2/+3
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-3/+2
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-2/+3
* Fix a handful of remaining assumptions that thread IDs were 32-bitsJason Molenda2013-02-231-2/+2
* <rdar://problem/12976277>Han Ming Ong2013-01-181-0/+7
* <rdar://problem/11961650> Jason Molenda2012-12-191-1/+9
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 ...Greg Clayton2012-10-131-1/+1
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+4
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-1/+5
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+7
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+6
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-0/+6
* Added a new packet to our GDB remote protocol:Greg Clayton2012-04-101-0/+4
* We sometimes need to be able to call functions (via Process::RunThreadPlan) f...Jim Ingham2012-04-071-1/+3
* <rdar://problem/11052174>Greg Clayton2012-03-291-1/+6
* Added optional calls to lldb_private::Process for getting memory region infoGreg Clayton2011-11-181-0/+6
* Centralize the code that gathers the thread ID list from the remote GDBGreg Clayton2011-05-201-0/+6
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-10/+3
* Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton2011-05-141-0/+16
* Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton2011-05-081-0/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-9/+66
* Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2011-04-041-1/+12
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+22
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-9/+9
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-3/+32
* Added new platform commands:Greg Clayton2011-03-231-25/+1
* Split the GDBRemoteCommunication class into three classes:Greg Clayton2011-03-221-0/+268
OpenPOWER on IntegriCloud