summaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2010-09-10 16:17:11 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2010-09-10 16:17:11 +0000
commitf0693f918e2626ad6f0aadec0178a72b6cc1eac5 (patch)
tree52af33c8b4dc2331a640914a35339934e707d762 /gdb/hppa-tdep.c
parent172fd2400ce2a6e40daf416d344bcd8b97b4467c (diff)
downloadgdb-f0693f918e2626ad6f0aadec0178a72b6cc1eac5.tar.gz
* hppa-tdep.c (unwind_command): Use host_address_to_string function
to display a host address. * monitor.c (monitor_read_memory): Likewise. * xtensa-tdep.c (xtensa_push_dummy_call): Likewise.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index a0665efdd21..bb8e149e8b9 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -2506,7 +2506,7 @@ unwind_command (char *exp, int from_tty)
return;
}
- printf_unfiltered ("unwind_table_entry (0x%lx):\n", (unsigned long)u);
+ printf_unfiltered ("unwind_table_entry (%s):\n", host_address_to_string (u));
printf_unfiltered ("\tregion_start = %s\n", hex_string (u->region_start));
gdb_flush (gdb_stdout);