* windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missing
prototypes.
This commit is contained in:
parent
966be4fd6a
commit
a961bc186c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-12-16 asmwarrior <asmwarrior@gmail.com> (obvious fix)
|
||||
|
||||
* windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missing
|
||||
prototypes.
|
||||
|
||||
2011-12-16 Doug Evans <dje@google.com>
|
||||
|
||||
* NEWS: Add entry for stdio gdbserver.
|
||||
|
|
|
@ -173,7 +173,9 @@ static void windows_kill_inferior (struct target_ops *);
|
|||
|
||||
static void cygwin_set_dr (int i, CORE_ADDR addr);
|
||||
static void cygwin_set_dr7 (unsigned long val);
|
||||
static CORE_ADDR cygwin_get_dr (int i);
|
||||
static unsigned long cygwin_get_dr6 (void);
|
||||
static unsigned long cygwin_get_dr7 (void);
|
||||
|
||||
static enum target_signal last_sig = TARGET_SIGNAL_0;
|
||||
/* Set if a signal was received from the debugged process. */
|
||||
|
|
Loading…
Reference in a new issue