public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@redhat.com>
To: Keith Seitz <keiths@redhat.com>
Cc: "insight@sources.redhat.com" <insight@sources.redhat.com>
Subject: Re: [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME
Date: Thu, 20 Feb 2003 18:29:00 -0000	[thread overview]
Message-ID: <15957.7172.411202.507298@localhost.redhat.com> (raw)
In-Reply-To: <1045764066.1491.19.camel@lindt.uglyboxes.com>

Keith Seitz writes:
 > Hi,
 > 
 > I've committed the following patch to track some changes in GDB.
 > 
 > Keith
 > 

thanks Keith. Sorry, should have thought about that.

elena


 > ChangeLog
 > 2003-02-20  Keith Seitz  <keiths@redhat.com>
 > 
 >         * generic/gdbtk-cmds.c (gdb_search): Change SYMBOL_SOURCE_NAME
 >         to SYMBOL_PRINT_NAME to track recent changes in gdb.
 > 
 > 
 > Index: generic/gdbtk-cmds.c
 > ===================================================================
 > RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-cmds.c,v
 > retrieving revision 1.67
 > diff -u -p -r1.67 gdbtk-cmds.c
 > --- generic/gdbtk-cmds.c	20 Feb 2003 12:12:33 -0000	1.67
 > +++ generic/gdbtk-cmds.c	20 Feb 2003 17:50:39 -0000
 > @@ -1373,10 +1373,10 @@ gdb_search (ClientData clientData, Tcl_I
 >  
 >  	  if (p->msymbol == NULL)
 >  	    Tcl_ListObjAppendElement (interp, elem,
 > -				      Tcl_NewStringObj (SYMBOL_SOURCE_NAME (p->symbol), -1));
 > +				      Tcl_NewStringObj (SYMBOL_PRINT_NAME (p->symbol), -1));
 >  	  else
 >  	    Tcl_ListObjAppendElement (interp, elem,
 > -				      Tcl_NewStringObj (SYMBOL_SOURCE_NAME (p->msymbol), -1));
 > +				      Tcl_NewStringObj (SYMBOL_PRINT_NAME (p->msymbol), -1));
 >  
 >  	  if (show_files)
 >  	    {

  reply	other threads:[~2003-02-20 18:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-20 18:14 Keith Seitz
2003-02-20 18:29 ` Elena Zannoni [this message]
2003-02-20 20:31   ` Keith Seitz

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=15957.7172.411202.507298@localhost.redhat.com \
    --to=ezannoni@redhat.com \
    --cc=insight@sources.redhat.com \
    --cc=keiths@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).