summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.h
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2009-04-21 07:35:42 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2009-04-21 07:35:42 +0000
commit0350c1e96b17869365e8adda6372578f6b0e2d19 (patch)
treeb6e2f91efb9ee667e48d91961541d6c5b371f4ec /gdb/gnu-nat.h
parent65bb31f430dd2e285583c69d2d0878af6ce84e72 (diff)
downloadgdb-0350c1e96b17869365e8adda6372578f6b0e2d19.tar.gz
* gnu-nat.h (proc_debug): Add missing continuation line in macro.
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r--gdb/gnu-nat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h
index fc9f774b4e7..c792bb05b1e 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;