aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2010-09-10 16:17:14 +0000
committerPierre Muller <muller@sourceware.org>2010-09-10 16:17:14 +0000
commit3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b (patch)
tree24d27ec3b4ab57a9b614ed52ae40b6f2ec82e064 /gdb/hppa-tdep.c
parent5e8db3985c2f510fead393fe1feefcc93e2031de (diff)
downloadfsf-binutils-gdb-3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b.zip
fsf-binutils-gdb-3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b.tar.gz
fsf-binutils-gdb-3329c4b5af72fec17d4ac07f49edf9c8cfb6f23b.tar.bz2
* 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 a0665ef..bb8e149 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);