mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
consistent with the change from 2009-03-17.
This commit is contained in:
parent
a04a463356
commit
685af672ca
@ -1,3 +1,8 @@
|
|||||||
|
2009-04-11 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* go32-nat.c (go32_attach, go32_detach:) Fix prototypes to be
|
||||||
|
consistent with the change from 2009-03-17.
|
||||||
|
|
||||||
2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdbtypes.c: Remove excessive parentheses at the return keywords.
|
* gdbtypes.c: Remove excessive parentheses at the return keywords.
|
||||||
|
@ -167,8 +167,8 @@ static int dr_ref_count[4];
|
|||||||
static int prog_has_started = 0;
|
static int prog_has_started = 0;
|
||||||
static void go32_open (char *name, int from_tty);
|
static void go32_open (char *name, int from_tty);
|
||||||
static void go32_close (int quitting);
|
static void go32_close (int quitting);
|
||||||
static void go32_attach (char *args, int from_tty);
|
static void go32_attach (struct target_ops *ops, char *args, int from_tty);
|
||||||
static void go32_detach (char *args, int from_tty);
|
static void go32_detach (struct target_ops *ops, char *args, int from_tty);
|
||||||
static void go32_resume (struct target_ops *ops,
|
static void go32_resume (struct target_ops *ops,
|
||||||
ptid_t ptid, int step,
|
ptid_t ptid, int step,
|
||||||
enum target_signal siggnal);
|
enum target_signal siggnal);
|
||||||
|
Loading…
Reference in New Issue
Block a user