summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement ProcessInfo::Dump(), log gdb-remote stub launchTodd Fiala2016-05-311-2/+9
* fix up lldb-server platform on Apple hostsTodd Fiala2016-05-271-0/+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-1810-167/+164
* Fix a few -Wformat-pedantic warningsSaleem Abdulrasool2016-05-151-1/+1
* Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath2016-05-122-69/+42
* Generalize child process monitoring functionsPavel Labath2016-05-114-38/+18
* 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
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-252-8/+9
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-081-4/+5
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-14/+0
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-072-20/+39
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-062-39/+20
* Fix a cornercase in breakpoint reportingPavel Labath2016-04-061-0/+17
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-052-19/+14
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-012-4/+36
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-073-18/+18
* 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-182-21/+32
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-163-4/+4
* Pass socket scheme as part of debug server listen URL.Oleksiy Vyalov2016-02-031-0/+1
* Fix single-stepping onto a breakpointPavel Labath2016-02-021-12/+3
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-011-1/+21
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton2016-01-281-1/+2
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-132-1/+48
* Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2016-01-122-122/+19
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-124-19/+152
* Change the key name for the libdispatch queue serial number fromJason Molenda2016-01-081-12/+12
* Make sure we don't send qModuleInfo packets unnecessarily.Stephane Sezer2016-01-082-1/+13
* Strip trailing whitespaceEd Maste2016-01-041-144/+144
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-186-0/+144
* Fix MSVC build after rL255016Tamas Berghammer2015-12-081-2/+4
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-086-66/+183
* Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is av...Greg Clayton2015-12-041-4/+9
* Improve the functionality of JSONNumberTamas Berghammer2015-12-041-1/+1
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-12-021-3/+6
* [LLGS] Don't forward I/O when process is stoppedPavel Labath2015-11-272-28/+45
* Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov2015-11-232-36/+31
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-091-0/+1
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-073-12/+12
* Use Process::IsAlive instead of just checking for eStateExited.Jason Molenda2015-11-051-4/+4
* GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encodedJason Molenda2015-11-051-0/+1
OpenPOWER on IntegriCloud