llvm-project/lldb/source/Plugins/Process/gdb-remote
Johnny Chen 74549c82ad Initialize the all important automatic variable 'lldb::ConnectionStatus status' before
invoking the Read(...) method to read in bytes.  This seems to fix the infinite looping
I was seeing on SnowLeopard while running the test suite.

llvm-svn: 135461
2011-07-19 01:13:00 +00:00
..
GDBRemoteCommunication.cpp Initialize the all important automatic variable 'lldb::ConnectionStatus status' before 2011-07-19 01:13:00 +00:00
GDBRemoteCommunication.h Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants 2011-06-18 23:52:14 +00:00
GDBRemoteCommunicationClient.cpp Added "target variable" command that allows introspection of global 2011-07-07 01:59:51 +00:00
GDBRemoteCommunicationClient.h Centralize the code that gathers the thread ID list from the remote GDB 2011-05-20 23:38:13 +00:00
GDBRemoteCommunicationServer.cpp Python summary strings: 2011-07-15 02:26:42 +00:00
GDBRemoteCommunicationServer.h Improved the packet throughput when debugging with GDB remote by over 3x on 2011-06-17 01:22:15 +00:00
GDBRemoteRegisterContext.cpp Fixed some issues with ARM backtraces by not processing any push/pop 2011-07-06 04:07:21 +00:00
GDBRemoteRegisterContext.h Fixed some issues with ARM backtraces by not processing any push/pop 2011-07-06 04:07:21 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ProcessGDBRemote.cpp Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) 2011-07-17 20:36:25 +00:00
ProcessGDBRemote.h Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) 2011-07-17 20:36:25 +00:00
ProcessGDBRemoteLog.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
ProcessGDBRemoteLog.h Modified all logging calls to hand out shared pointers to make sure we 2010-11-06 01:53:30 +00:00
ThreadGDBRemote.cpp Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class 2011-06-03 20:40:54 +00:00
ThreadGDBRemote.h Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class 2011-06-03 20:40:54 +00:00