diff options
author | Pierre Muller <muller@sourceware.org> | 2009-02-24 15:27:58 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2009-02-24 15:27:58 +0000 |
commit | 02529b48440347f8398a73ecbdae07a491ec370c (patch) | |
tree | c2c73ef246b1b2cb91b89fc8de14a5162dae4cd9 /gdb/ChangeLog | |
parent | 9420679091f2b8ff96f05f4c00ccb30008fb131a (diff) | |
download | gdb-02529b48440347f8398a73ecbdae07a491ec370c.zip gdb-02529b48440347f8398a73ecbdae07a491ec370c.tar.gz gdb-02529b48440347f8398a73ecbdae07a491ec370c.tar.bz2 |
Fix windows-nat.c compilation failure.
* windows-nat.c (windows_thread_alive): Fix forward declaration.
(get_windows_debug_event): Add ops parameter to call to windows_resume.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1e5b885..dc355a0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2009-02-24 Pierre Muller <muller@ics.u-strasbg.fr> + + Fix windows-nat.c compilation failure. + + * windows-nat.c (windows_thread_alive): Fix forward declaration. + (get_windows_debug_event): Add ops parameter to call to windows_resume. + + 2009-02-23 Pedro Alves <pedro@codesourcery.com> * remote-sim.c (gdbsim_resume): Add target_ops* argument. |