summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-232-21/+10
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* llgs: removed some wait-for-stop code in inferior process launch pipeline.Todd Fiala2014-09-182-31/+8
* Hex encode the triple values in case they contain special characters.Greg Clayton2014-09-182-5/+17
* Add better logging for the "$vFile:pwrite:" packet so we can show binary data...Greg Clayton2014-09-181-5/+33
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-1/+1
* 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
* llgs: fix thread names broken by recent native thread changes.Todd Fiala2014-09-121-6/+6
* 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
OpenPOWER on IntegriCloud