OSDN Git Service

2005-02-16 Martin Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Thu, 17 Feb 2005 07:15:50 +0000 (07:15 +0000)
committerMartin Hunt <hunt@redhat.com>
Thu, 17 Feb 2005 07:15:50 +0000 (07:15 +0000)
* generic/gdbtk-stack.c (get_frame_name): Replace
print_address_numeric with deprecated_print_address_numeric.
* generic/gdbtk-cmds.c (gdbtk_load_asm): Ditto.

gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk-stack.c

index 9d119ea..85e0bff 100644 (file)
@@ -1,8 +1,15 @@
+2005-02-16  Martin Hunt  <hunt@redhat.com>
+
+       * generic/gdbtk-stack.c (get_frame_name): Replace
+       print_address_numeric with deprecated_print_address_numeric.
+       * generic/gdbtk-cmds.c (gdbtk_load_asm): Ditto.
+
 2005-02-07  Keith Seitz  <kseitz@sources.redhat.com>
 
        * generic/gdbtk-cmds.c (gdb_eval): VALUE_EMBEDDED_OFFSET and
        VALUE_CONTENTS are now functions.
 
+
 2005-01-19  Keith Seitz  <kseitz@sources.redhat.com>
 
        * Makefile.in: Regenerate.
index e0b2796..aef8f1e 100644 (file)
@@ -1880,7 +1880,7 @@ gdbtk_load_asm (ClientData clientData, CORE_ADDR pc,
   for (i = 0; i < 3; i++)
     Tcl_SetObjLength (client_data->result_obj[i], 0);
 
-  print_address_numeric (pc, 1, gdb_stdout);
+  deprecated_print_address_numeric (pc, 1, gdb_stdout);
   gdb_flush (gdb_stdout);
 
   result_ptr->obj_ptr = client_data->result_obj[1];
index 0838d5c..9cf8975 100644 (file)
@@ -591,7 +591,7 @@ get_frame_name (Tcl_Interp *interp, Tcl_Obj *list, struct frame_info *fi)
       /* we have no convenient way to deal with this yet... */
       if (fi->pc != sal.pc || !sal.symtab)
        {
-         print_address_numeric (fi->pc, 1, gdb_stdout);
+         deprecated_print_address_numeric (fi->pc, 1, gdb_stdout);
          printf_filtered (" in ");
        }
       printf_symbol_filtered (gdb_stdout, funname ? funname : "??", funlang,