llvm-project/lldb/source/Plugins/Process/gdb-remote
Jason Molenda 040975472c A small fixup needed for debugserver to work natively
on iOS devices; fallout from Vince's cleanups made
in r237218 back in May.  iOS native lldbs will call
StartDebugserverProcess() with a random port #
(see ProcessGDBRemote::LaunchAndConnectToDebugserver)
and neither side of this conditional expression should
be followed in that case.

I added an "if (in_port == 0) { ..." check around the
entire if/then/else and indented the block of code so
the diff looks larger than it really is.

<rdar://problem/21712643> 

llvm-svn: 248343
2015-09-22 23:25:44 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
GDBRemoteCommunication.cpp A small fixup needed for debugserver to work natively 2015-09-22 23:25:44 +00:00
GDBRemoteCommunication.h Add a new wart, I mean feature, on to gdb-remote protocol: compression. 2015-06-18 21:46:06 +00:00
GDBRemoteCommunicationClient.cpp [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo 2015-09-18 05:32:54 +00:00
GDBRemoteCommunicationClient.h [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint 2015-08-13 03:46:01 +00:00
GDBRemoteCommunicationServer.cpp Introduce a MainLoop class and switch llgs to use it 2015-07-13 10:44:55 +00:00
GDBRemoteCommunicationServer.h Introduce a MainLoop class and switch llgs to use it 2015-07-13 10:44:55 +00:00
GDBRemoteCommunicationServerCommon.cpp Adds support for hardware watchpoints on Arm targets. 2015-08-25 18:22:04 +00:00
GDBRemoteCommunicationServerCommon.h [LLGS] Spawned process handling cleanup 2015-07-29 12:33:31 +00:00
GDBRemoteCommunicationServerLLGS.cpp Clean up register naming conventions inside lldb. 2015-09-15 23:20:34 +00:00
GDBRemoteCommunicationServerLLGS.h [LLGS] Spawned process handling cleanup 2015-07-29 12:33:31 +00:00
GDBRemoteCommunicationServerPlatform.cpp [LLGS] Spawned process handling cleanup 2015-07-29 12:33:31 +00:00
GDBRemoteCommunicationServerPlatform.h [LLGS] Spawned process handling cleanup 2015-07-29 12:33:31 +00:00
GDBRemoteRegisterContext.cpp Clean up register naming conventions inside lldb. 2015-09-15 23:20:34 +00:00
GDBRemoteRegisterContext.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
Makefile
ProcessGDBRemote.cpp Add an OperatingSystem plugin to support goroutines 2015-09-16 21:20:44 +00:00
ProcessGDBRemote.h Fix deadlock while attaching to inferiors 2015-09-03 09:36:22 +00:00
ProcessGDBRemoteLog.cpp Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ProcessGDBRemoteLog.h Move several plugin to its own namespace 2015-03-31 09:52:22 +00:00
ThreadGDBRemote.cpp Refactor Unix signals. 2015-07-14 01:09:28 +00:00
ThreadGDBRemote.h Implement the "qSymbol" packet in order to be able to read queue information in debugserver and return the info in the stop reply packets. 2015-06-23 21:27:50 +00:00