mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* gnu-nat.h (proc_debug): Add missing continuation line in macro.
This commit is contained in:
parent
e48570bbf8
commit
ccabeb57ba
@ -1,3 +1,7 @@
|
||||
2009-04-21 Pierre Muller <muller.u-strasbg.fr>
|
||||
|
||||
* gnu-nat.h (proc_debug): Add missing continuation line in macro.
|
||||
|
||||
2009-04-20 David Daney <ddaney@caviumnetworks.com>
|
||||
|
||||
* NEWS: Mention MIPS/Linux hardware watchpoint support.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user