summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-052-0/+17
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* Make lldb-gdbserver to take explicit socket scheme as command line argument.Oleksiy Vyalov2015-10-282-2/+7
* Fix race condition in process resumePavel Labath2015-10-271-1/+7
* [lldb-server] Send PC of every thread along in the stop-reply packetPavel Labath2015-10-261-14/+14
* 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-249-270/+177
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-217-64/+149
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-194-9/+22
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+2
* In r240466, when Greg added the jThreadsInfo packet, he accidentallyJason Molenda2015-10-151-1/+0
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-3/+4
* lldb-server: add support for binary memory readsPavel Labath2015-10-143-14/+19
* [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...Mohit K. Bhakkad2015-10-141-1/+3
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* A small fixup needed for debugserver to work nativelyJason Molenda2015-09-221-61/+64
* [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil2015-09-181-0/+33
* Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik2015-09-171-3/+7
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+4
* Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThread...Pavel Labath2015-09-161-33/+0
* [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil2015-09-161-0/+33
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-153-121/+119
* When lldb gets the register definitions from the response of aJason Molenda2015-09-091-4/+37
* A change I'm open to reverting if there is disagreement:Jason Molenda2015-09-091-1/+3
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-032-148/+159
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-3/+1
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-012-19/+20
OpenPOWER on IntegriCloud