summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hex encode the triple values in case they contain special characters.Greg Clayton2014-09-181-2/+11
* Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrent...Todd Fiala2014-09-151-1/+21
* Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentP...Todd Fiala2014-09-151-4/+14
* Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.Todd Fiala2014-09-051-0/+1
* Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.Todd Fiala2014-08-261-1/+16
* Move some Host logic into HostInfo class.Zachary Turner2014-08-191-1/+2
* Change the encoding of the Triple string exchanged across GDB-RSPMatthew Gardiner2014-08-011-9/+2
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-1/+11
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-3/+3
* Fix typos.Bruce Mitchener2014-07-011-5/+5
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+5
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+3
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+19
* Fix a gdbremote bug in _M/_m stub support detection.Todd Fiala2014-06-211-2/+6
* Remove unused variablesSaleem Abdulrasool2014-06-131-10/+4
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+19
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-1/+2
* Fix Windows warnings.Todd Fiala2014-05-281-1/+1
* lldb: gdb remote support always falls back to $qC when no $qProcessInfo.Todd Fiala2014-05-141-15/+12
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-071-5/+50
* Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda2014-05-061-0/+20
* m_interrupt_sent wasn't being initialized, and wasn't being reset after anJim Ingham2014-04-161-0/+3
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-0/+149
* Wait for the reply from the 'D' detach packet before tearing down the debugge...Jim Ingham2014-03-281-2/+4
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-6/+18
* remove useless declarationSylvestre Ledru2014-02-261-2/+0
* Patch for fixing the handling of hardware breakpoints.Deepak Panickal2014-02-241-16/+18
* Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it t...Greg Clayton2014-02-211-32/+68
* Change DecodeProcessInfoResponse to set the ProcessInfo's architecture Jason Molenda2014-01-271-0/+31
* Support for debugging against a remote stock gdbserver.Steve Pucci2014-01-251-1/+146
* Added distribution info to ArchSpec and qHostInfo message.Todd Fiala2014-01-181-1/+11
* Workaround QEMU GDB server issue. Ed Maste2013-12-181-0/+8
* Fix a bug introduced in asynchronous packet sends. We were not setting the p...Jim Ingham2013-12-181-6/+9
* Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::Packet...Greg Clayton2013-12-061-91/+86
* Allow the hostname to be specified when asking a platform to launch another d...Greg Clayton2013-12-041-8/+13
* Improved platform support.Greg Clayton2013-11-231-5/+25
* Added new options to lldb-platform:Greg Clayton2013-11-211-1/+1
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-30/+179
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+133
* <rdar://problem/15263540>Greg Clayton2013-10-251-1/+22
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-1/+1
* <rdar://problem/14972424>Greg Clayton2013-10-151-3/+3
* <rdar://problem/14146606>Greg Clayton2013-10-101-7/+57
* Value stored to 'pid' was never read. Found by scan-build http://buildd-clang...Sylvestre Ledru2013-10-061-1/+1
* Fixed detection of 'p' packet support in debugserver,Sean Callanan2013-09-041-2/+10
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-1/+1
* Discover support of 'p' packet.Hafiz Abid Qadeer2013-08-291-0/+20
* Add missing "sys/stat.h" includeDaniel Malea2013-08-281-0/+2
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-6/+363
OpenPOWER on IntegriCloud