summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+45
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-0/+1
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-061-3/+146
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-11/+7
* Add a missing arm64 idef.Jason Molenda2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-4/+46
* Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...Andrew MacPherson2014-03-251-4/+0
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-241-0/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-4/+5
* Update copy-and-pasted log messageEd Maste2014-03-171-1/+1
* If you are disabling a hardware breakpoint, use z1 not z0.Jim Ingham2014-03-071-1/+9
* Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci2014-03-041-0/+13
* Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...Greg Clayton2014-02-271-1/+1
OpenPOWER on IntegriCloud