diff options
author | Pierre Muller <muller@sourceware.org> | 2009-04-21 07:35:42 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2009-04-21 07:35:42 +0000 |
commit | ccabeb57ba166e3c9a5ec72fec715f05e1a93e2a (patch) | |
tree | 8d11505fe31636452fd4848de38502c3e0638bfa /gdb/gnu-nat.h | |
parent | e48570bbf8cd1587282938c0fd5d4cbdc1537346 (diff) | |
download | gdb-ccabeb57ba166e3c9a5ec72fec715f05e1a93e2a.zip gdb-ccabeb57ba166e3c9a5ec72fec715f05e1a93e2a.tar.gz gdb-ccabeb57ba166e3c9a5ec72fec715f05e1a93e2a.tar.bz2 |
* gnu-nat.h (proc_debug): Add missing continuation line in macro.
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r-- | gdb/gnu-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |