aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda1-0/+9
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+3
2016-05-12Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath1-1/+2
2016-05-11Generalize child process monitoring functionsPavel Labath1-5/+1
2016-04-07Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath1-3/+0
2016-04-06Reduce code duplication in ProcessGDBRemotePavel Labath1-0/+3
2016-04-05Allow gdbremote process to read modules from memoryStephane Sezer1-1/+2
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-3/+3
2016-02-18Make sure code that is in the middle of figuring out the correct architectureJim Ingham1-1/+1
2016-01-12Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer1-3/+5
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda1-0/+2
2015-12-18The lldb side changes to go along with r255711 where a newJason Molenda1-0/+4
2015-11-23Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov1-0/+3
2015-11-05Let the process help figure out the Host OS if nobody elseJim Ingham1-0/+5
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-58/+53
2015-09-03Fix deadlock while attaching to inferiorsPavel Labath1-0/+1
2015-09-01Have the Process hold a weak_ptr to the Target.Zachary Turner1-3/+3
2015-09-01Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin1-0/+3
2015-08-20Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer1-1/+1
2015-07-22Fix typos.Bruce Mitchener1-1/+1
2015-07-17More packet performance improvements. Greg Clayton1-2/+9
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda1-0/+3
2015-07-07Fix cmake build after recent JSON changesPavel Labath1-1/+1
2015-06-29More packet reduction when debugging with GDB server.Greg Clayton1-1/+8
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-0/+19
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-0/+3
2015-06-23Add handling of async notify packetsEwan Crawford1-0/+3
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin1-17/+0
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton1-0/+17
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-2/+5
2015-05-27Change ProcessGDBRemote last stop packet to a container.Ewan Crawford1-1/+1
2015-05-23Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton1-3/+3
2015-05-13Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner1-3/+0
2015-05-13Remote Non-Stop SupportEwan Crawford1-0/+4
2015-05-08This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds1-3/+15
2015-04-16Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley1-0/+4
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-72/+75
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-0/+5
2015-03-23Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer1-41/+41
2015-03-17Remove ScriptInterpreterObject.Zachary Turner1-3/+0
2014-11-04Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher1-42/+42
2014-09-15use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala1-1/+1
2014-09-09Create a HostThread abstraction.Zachary Turner1-9/+2
2014-08-29Consolidate UnixSignals setting/getting in Process.Todd Fiala1-5/+1
2014-08-02After you attach, give the process plugin a chance to report back (throughJim Ingham1-2/+2
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-3/+8
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+4
2014-05-06Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda1-1/+8
2014-03-29lldb arm64 import.Jason Molenda1-1/+3
2014-03-04Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for...Steve Pucci1-0/+3