* defs.h (strlen_paddr, paddr, paddr_nz): Remove.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index c7db801a0e829f0709c90914c56832bfb95eb619..a16580827dff2310f54a6623465756eddc8eee45 100644 (file)
@@ -2492,7 +2492,8 @@ gnu_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write,
   else
     {
       inf_debug (gnu_current_inf, "%s %s[%d] %s %s",
-                write ? "writing" : "reading", paddr (memaddr), len,
+                write ? "writing" : "reading",
+                paddress (target_gdbarch, memaddr), len,
                 write ? "<--" : "-->", host_address_to_string (myaddr));
       if (write)
        return gnu_write_inferior (task, memaddr, myaddr, len);
This page took 0.025808 seconds and 4 git commands to generate.