public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
* PATCH: "solaris", not "linux"
@ 2004-09-13 19:37 Jim Blandy
  0 siblings, 0 replies; only message in thread
From: Jim Blandy @ 2004-09-13 19:37 UTC (permalink / raw)
  To: rda


Committed as obvious.

2004-09-13  Jim Blandy  <jimb@theseus.home>

	* solaris-target.c (solaris_detach, solaris_attach): Change
	"linux" to "solaris".

Index: rda/unix/solaris-target.c
===================================================================
RCS file: /cvs/cvsfiles/devo/rda/unix/solaris-target.c,v
retrieving revision 1.5
diff -c -p -r1.5 solaris-target.c
*** rda/unix/solaris-target.c	21 Aug 2002 22:43:15 -0000	1.5
--- rda/unix/solaris-target.c	13 Sep 2004 19:31:18 -0000
*************** solaris_detach (struct gdbserv *serv, st
*** 61,67 ****
    assert (solaris_connect_lock == serv);
  
    dummy_target->detach (serv);
!   fprintf (stderr, "linux - detached.\n");
    solaris_connect_lock = NULL;
  
    /* Quit out of main loop for this demo.  In general, this is not
--- 61,67 ----
    assert (solaris_connect_lock == serv);
  
    dummy_target->detach (serv);
!   fprintf (stderr, "solaris - detached.\n");
    solaris_connect_lock = NULL;
  
    /* Quit out of main loop for this demo.  In general, this is not
*************** solaris_attach (struct gdbserv *serv, vo
*** 122,138 ****
  
    if (solaris_connect_lock != NULL)
      {
!       fprintf (stderr, "linux: rejected duplicate connection.\n");
        return NULL;
      }
  
    if ((dummy_target = dummy_attach (serv, data)) == NULL)
      {
!       fprintf (stderr, "Linux: unable to open %s\n", process->argv[0]);
        return NULL;
      }
  
!   fprintf (stderr, "linux: accepted gdb connection.\n");
    solaris_connect_lock = serv;
  
    solaris_target = malloc (sizeof (struct gdbserv_target));
--- 122,138 ----
  
    if (solaris_connect_lock != NULL)
      {
!       fprintf (stderr, "solaris: rejected duplicate connection.\n");
        return NULL;
      }
  
    if ((dummy_target = dummy_attach (serv, data)) == NULL)
      {
!       fprintf (stderr, "Solaris: unable to open %s\n", process->argv[0]);
        return NULL;
      }
  
!   fprintf (stderr, "solaris: accepted gdb connection.\n");
    solaris_connect_lock = serv;
  
    solaris_target = malloc (sizeof (struct gdbserv_target));

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-13 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 19:37 PATCH: "solaris", not "linux" Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).