summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-071-3/+0
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-061-0/+3
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-051-1/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-181-1/+1
* Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2016-01-121-3/+5
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-0/+2
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+4
* Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov2015-11-231-0/+3
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-0/+5
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-58/+53
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-031-0/+1
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-3/+3
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-0/+3
* Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer2015-08-201-1/+1
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* More packet performance improvements. Greg Clayton2015-07-171-2/+9
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+3
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-1/+1
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-1/+8
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-0/+19
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+3
* Add handling of async notify packetsEwan Crawford2015-06-231-0/+3
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-17/+0
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-0/+17
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-2/+5
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-271-1/+1
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-3/+3
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-3/+0
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+4
* This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds2015-05-081-3/+15
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-0/+4
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-72/+75
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+5
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-41/+41
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-3/+0
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-42/+42
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-1/+1
* Create a HostThread abstraction.Zachary Turner2014-09-091-9/+2
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-5/+1
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-2/+2
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-3/+8
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+4
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-061-1/+8
* lldb arm64 import.Jason Molenda2014-03-291-1/+3
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-0/+3
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-8/+0
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-1/+0
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-4/+1
OpenPOWER on IntegriCloud