public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME
@ 2003-02-20 18:14 Keith Seitz
  2003-02-20 18:29 ` Elena Zannoni
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Seitz @ 2003-02-20 18:14 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Hi,

I've committed the following patch to track some changes in GDB.

Keith

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.



[-- Attachment #2: symbol-print-name.patch --]
[-- Type: text/x-patch, Size: 811 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME
  2003-02-20 18:14 [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME Keith Seitz
@ 2003-02-20 18:29 ` Elena Zannoni
  2003-02-20 20:31   ` Keith Seitz
  0 siblings, 1 reply; 3+ messages in thread
From: Elena Zannoni @ 2003-02-20 18:29 UTC (permalink / raw)
  To: Keith Seitz; +Cc: insight

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME
  2003-02-20 18:29 ` Elena Zannoni
@ 2003-02-20 20:31   ` Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2003-02-20 20:31 UTC (permalink / raw)
  To: Elena Zannoni; +Cc: insight

On Thu, 2003-02-20 at 10:18, Elena Zannoni wrote:

> thanks Keith. Sorry, should have thought about that.

No big deal. I *try* to keep my eye on all the checkins in GDB to watch
for changes that will break Insight. Actually, when the first mail went
out, I was just inspecting David's ChangeLog and patch.

Keith


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-20 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-20 18:14 [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME Keith Seitz
2003-02-20 18:29 ` Elena Zannoni
2003-02-20 20:31   ` Keith Seitz

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