summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-211-0/+78
* Fix StopInfoWatchpoint handling after r237411Pavel Labath2015-05-151-1/+3
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-7/+0
* Remote Non-Stop SupportEwan Crawford2015-05-131-6/+56
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-5/+5
* Fixed minor compile warningsVince Harron2015-05-101-2/+1
* This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds2015-05-081-5/+330
* Whitespace-only tweaks to Colin's r235109 patch to match the lldbJason Molenda2015-04-171-128/+175
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-1/+1
* Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...Greg Clayton2015-04-161-1/+1
* Surround assignments w/ parenthesis to avoid mistakes.Davide Italiano2015-04-161-5/+5
* Use the correct type, and silence a warning.Davide Italiano2015-04-161-1/+1
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-0/+466
* [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.Mohit K. Bhakkad2015-04-091-1/+5
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+1
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-4/+3
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-16/+15
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+28
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-4/+4
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-22/+25
* Fix fetching the architecture of the target on process launchTamas Berghammer2015-03-131-9/+10
* Remove non const version of GetArchitecture from Target.hTamas Berghammer2015-03-131-9/+12
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-8/+0
* Fix bug in ProcessGDBRemotePavel Labath2015-03-111-1/+1
* Set the signals based on the OS in the qHostInfo packetTamas Berghammer2015-03-041-1/+1
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+2
* Create ScopedTimeout class for GDBRemoteCommunicationTamas Berghammer2015-02-241-18/+17
* Fix TestProcessIO.py when run against a remote targetVince Harron2015-02-131-3/+3
* Separate monolithic GDBRemoteCommunicationServer class into 4 partTamas Berghammer2015-02-111-1/+1
* Fix 'process launch -i' for remote processesVince Harron2015-02-101-22/+28
* Add support for SBProcess::PutSTDIN to remote processesVince Harron2015-02-061-0/+5
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-2/+18
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-1/+2
* Launch lldb-gdbserver in same process group when launched remotely using lldb...Oleksiy Vyalov2015-01-281-0/+4
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-0/+3
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-13/+14
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-7/+74
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+0
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-16/+8
* Create a HostThread abstraction.Zachary Turner2014-09-091-25/+13
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-12/+4
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-3/+3
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-4/+4
* 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-021-12/+16
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-2/+2
* Fix typos.Bruce Mitchener2014-07-011-4/+4
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-2/+58
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+5
OpenPOWER on IntegriCloud