From ccabeb57ba166e3c9a5ec72fec715f05e1a93e2a Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 21 Apr 2009 07:35:42 +0000 Subject: [PATCH] * gnu-nat.h (proc_debug): Add missing continuation line in macro. --- gdb/ChangeLog | 4 ++++ gdb/gnu-nat.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 081cac5..dc41f71 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-04-21 Pierre Muller + + * gnu-nat.h (proc_debug): Add missing continuation line in macro. + 2009-04-20 David Daney * NEWS: Mention MIPS/Linux hardware watchpoint support. diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h index fc9f774..c792bb0 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -89,7 +89,7 @@ extern char *proc_string (struct proc *proc); #define proc_debug(_proc, msg, args...) \ do { struct proc *__proc = (_proc); \ debug ("{proc %d/%d %s}: " msg, \ - __proc_pid (__proc), __proc->tid, + __proc_pid (__proc), __proc->tid, \ host_address_to_string (__proc) , ##args); } while (0) extern int gnu_debug_flag; -- 2.7.4