diff options
Diffstat (limited to 'gdb/windows-nat.h')
-rw-r--r-- | gdb/windows-nat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/windows-nat.h b/gdb/windows-nat.h index 55624ee..0691e9e 100644 --- a/gdb/windows-nat.h +++ b/gdb/windows-nat.h @@ -28,5 +28,9 @@ typedef int (segment_register_p_ftype) (int regnum); whether a given register is a segment register or not. */ extern void windows_set_segment_register_p (segment_register_p_ftype *fun); +/* Return argv[0] in absolute form, if possible, or ARGV0 if not. The + return value is in malloc'ed storage. */ +extern char *windows_get_absolute_argv0 (const char *argv0); + #endif |