diff options
author | David Carlton <carlton@bactrian.org> | 2002-10-11 22:23:08 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2002-10-11 22:23:08 +0000 |
commit | 25c7cec908f444fb80ac6b5ea3594de13c0a8657 (patch) | |
tree | f4d9a6c280f498da2187f04b8dadc392f67e7f5c /gdb/gnu-nat.h | |
parent | 763914f14ca1b05fe07c4160232bee3917f8d506 (diff) | |
download | gdb-25c7cec908f444fb80ac6b5ea3594de13c0a8657.zip gdb-25c7cec908f444fb80ac6b5ea3594de13c0a8657.tar.gz gdb-25c7cec908f444fb80ac6b5ea3594de13c0a8657.tar.bz2 |
Merge with mainline; merge tag carlton_dictionary-20021011-merge.
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 cc43083..bcdfe6e 100644 --- a/gdb/gnu-nat.h +++ b/gdb/gnu-nat.h @@ -96,6 +96,6 @@ extern int gnu_debug_flag; #define debug(msg, args...) \ do { if (gnu_debug_flag) \ - fprintf_unfiltered (gdb_stdlog, "%s: " msg "\r\n", __FUNCTION__ , ##args); } while (0) + fprintf_unfiltered (gdb_stdlog, "%s:%d: " msg "\r\n", __FILE__ , __LINE__ , ##args); } while (0) #endif /* __GNU_NAT_H__ */ |