This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

Re: [PATCH] SYMBOL_SOURCE_NAME -> SYMBOL_PRINT_NAME


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 at redhat dot 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)
 >  	    {


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