summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-4/+2
* llgs: implement qThreadStopInfo.Todd Fiala2014-09-102-2/+27
* Create a HostThread abstraction.Zachary Turner2014-09-094-42/+23
* remove a couple of default cases from switchesSaleem Abdulrasool2014-09-081-5/+11
* Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.Todd Fiala2014-09-051-0/+1
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-292-17/+5
* Add arbitrary command line flags to llgs/debugserver startup for local debugg...Todd Fiala2014-08-291-1/+19
* llgs: add proper exec support for Linux.Todd Fiala2014-08-282-0/+29
* Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly.Todd Fiala2014-08-262-3/+24
* Fixes a few more places where we were manually setting the filename.Zachary Turner2014-08-211-1/+1
* Two small fixes to get Mac native + debugserver working after theJason Molenda2014-08-211-1/+1
* Move GetUsername and GetGroupname to HostInfoPosixZachary Turner2014-08-211-2/+6
* Move Host::GetLLDBPath to HostInfo.Zachary Turner2014-08-211-3/+4
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-1/+1
* Move some Host logic into HostInfo class.Zachary Turner2014-08-192-6/+11
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-153-11/+13
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-142-7/+8
* Creates a socket host object.Zachary Turner2014-08-061-2/+2
* Change ProcessGDBRemote::DidLaunchOrAttach to Jason Molenda2014-08-031-2/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-022-14/+18
* Change the encoding of the Triple string exchanged across GDB-RSPMatthew Gardiner2014-08-012-11/+4
* Add $vAttach support to llgs.Todd Fiala2014-07-292-0/+45
* Add debug asserts / sanity checks toJason Molenda2014-07-241-0/+19
* 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-233-5/+5
* Enable lldb-platform exe support for Linux.Todd Fiala2014-07-222-42/+68
* Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala2014-07-141-3/+17
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-092-5/+5
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-7/+7
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-022-2/+2
* Fix typos.Bruce Mitchener2014-07-014-15/+15
* Fix Windows build after llgs upstream.Zachary Turner2014-07-011-0/+2
* Fixup Windows build breaks for the llgs upstream.Todd Fiala2014-06-301-2/+4
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-305-78/+2931
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+3
* Fix a few typos.Bruce Mitchener2014-06-271-4/+4
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-255-1/+55
* Fix a gdbremote bug in _M/_m stub support detection.Todd Fiala2014-06-211-2/+6
* Fixed the "log enable gdb-remote packets" to support dumping the binary memor...Greg Clayton2014-06-201-3/+42
* Remove unused variablesSaleem Abdulrasool2014-06-131-10/+4
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-136-0/+93
* 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
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-0/+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-072-6/+52
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-062-4/+154
* Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda2014-05-062-0/+24
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-0/+1
* Missed this file with the r207160 commit.Jason Molenda2014-04-251-0/+3
OpenPOWER on IntegriCloud