summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-7/+9
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-3/+17
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-39/+39
* Fix a few -Wformat-pedantic warningsSaleem Abdulrasool2016-05-151-1/+1
* Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath2016-05-121-68/+40
* Generalize child process monitoring functionsPavel Labath2016-05-111-12/+11
* Use absolute module path when possible if sent in svr4 packetsFrancis Ricci2016-04-271-8/+1
* Maintain register numbering across xml include featuresFrancis Ricci2016-04-251-6/+7
* Properly unload modules from target image list when using svr4 packetsFrancis Ricci2016-04-251-2/+24
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-071-17/+39
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-061-39/+17
* Fix a cornercase in breakpoint reportingPavel Labath2016-04-061-0/+17
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-051-18/+12
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-011-0/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-12/+12
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-27/+25
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-181-20/+31
* Fix single-stepping onto a breakpointPavel Labath2016-02-021-12/+3
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-011-1/+21
* Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2016-01-121-119/+14
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-1/+40
* Change the key name for the libdispatch queue serial number fromJason Molenda2016-01-081-12/+12
* Strip trailing whitespaceEd Maste2016-01-041-144/+144
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+79
* Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...Greg Clayton2015-12-041-4/+9
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-12-021-3/+6
* Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov2015-11-231-36/+28
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-2/+2
* Use Process::IsAlive instead of just checking for eStateExited.Jason Molenda2015-11-051-4/+4
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-0/+12
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to f...Eugene Zelenko2015-10-241-32/+84
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-84/+32
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-211-4/+11
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-0/+1
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-3/+4
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-8/+2
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+4
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-10/+8
* When lldb gets the register definitions from the response of aJason Molenda2015-09-091-4/+37
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-031-148/+158
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-16/+17
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-0/+6
* A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...Jason Molenda2015-09-011-6/+6
* Implement handling of `library:` keys in thread stop replies.Stephane Sezer2015-08-211-0/+4
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-4/+5
* Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer2015-08-201-7/+27
* Fix some format strings in ProcessGDBRemote.cpp.Stephane Sezer2015-08-201-2/+2
* If the filename specified by plugin.process.gdb-remote.target-definition-file,Jason Molenda2015-08-201-0/+5
OpenPOWER on IntegriCloud