public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: rda@sources.redhat.com
Subject: PATCH: "solaris", not "linux"
Date: Mon, 13 Sep 2004 19:37:00 -0000	[thread overview]
Message-ID: <vt2656i6jvq.fsf@zenia.home> (raw)


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));

                 reply	other threads:[~2004-09-13 19:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vt2656i6jvq.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=rda@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).