gdb/
[deliverable/binutils-gdb.git] / gdb / gnu-nat.h
index ccb837d8ae79ab53ecd1a4af4f9324fe1a0c0031..c792bb05b1eda7b0ea6e74a70a4e85bc4f3fae4d 100644 (file)
@@ -88,8 +88,9 @@ extern char *proc_string (struct proc *proc);
 
 #define proc_debug(_proc, msg, args...) \
   do { struct proc *__proc = (_proc); \
-       debug ("{proc %d/%d %p}: " msg, \
-             __proc_pid (__proc), __proc->tid, __proc , ##args); } while (0)
+       debug ("{proc %d/%d %s}: " msg, \
+             __proc_pid (__proc), __proc->tid, \
+             host_address_to_string (__proc) , ##args); } while (0)
 
 extern int gnu_debug_flag;
 
This page took 0.023884 seconds and 4 git commands to generate.