This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob/commit] remote-st.c whitespace tweaks


2005-01-13  Michael Snyder  <msnyder@redhat.com>

	* remote-st.c: Whitespace tweaks.

Index: remote-st.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-st.c,v
retrieving revision 1.22
diff -p -r1.22 remote-st.c
*** remote-st.c	8 Oct 2004 20:29:54 -0000	1.22
--- remote-st.c	14 Jan 2005 01:06:08 -0000
***************
*** 36,42 ****
     In reality, this module talks to a debug monitor called 'STDEBUG', which
     runs in a phone switch.  We communicate with STDEBUG via either a direct
     serial line, or a TCP (or possibly TELNET) stream to a terminal multiplexor,
!    which in turn talks to the phone switch. */
  
  #include "defs.h"
  #include "gdbcore.h"
--- 36,42 ----
     In reality, this module talks to a debug monitor called 'STDEBUG', which
     runs in a phone switch.  We communicate with STDEBUG via either a direct
     serial line, or a TCP (or possibly TELNET) stream to a terminal multiplexor,
!    which in turn talks to the phone switch.  */
  
  #include "defs.h"
  #include "gdbcore.h"

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]