summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-17/+146
* [LLVM][MIPS] Fix FPU Size Based on Dynamic FR.Nitesh Jain2016-08-011-3/+42
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-146/+17
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-17/+146
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-7/+4
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+37
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-6/+43
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid2016-06-271-1/+1
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-2/+2
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-2/+2
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-161-1/+2
* On MacOSX, the threads can appear out of order at times depending on the orde...Greg Clayton2016-06-101-1/+1
* Don't remove PIE executables when using svr4 packetsFrancis Ricci2016-06-061-4/+3
* 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
OpenPOWER on IntegriCloud