mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
2004-09-29 Andrew Cagney <cagney@gnu.org>
* wince.c (child_ops): Delete. * win32-nat.c (child_ops): Delete.
This commit is contained in:
parent
8197740273
commit
ba0c540b35
@ -1,5 +1,8 @@
|
||||
2004-09-29 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* wince.c (child_ops): Delete.
|
||||
* win32-nat.c (child_ops): Delete.
|
||||
|
||||
* inftarg.c (inftarg_set_find_memory_regions)
|
||||
(inftarg_set_make_corefile_notes): Delete functions.
|
||||
(_initialize_linux_nat): Inline calls.
|
||||
|
@ -2065,8 +2065,6 @@ child_close (int x)
|
||||
PIDGET (inferior_ptid)));
|
||||
}
|
||||
|
||||
struct target_ops child_ops;
|
||||
|
||||
static void
|
||||
init_child_ops (void)
|
||||
{
|
||||
|
@ -1885,8 +1885,6 @@ child_load (char *file, int from_tty)
|
||||
upload_to_device (file, file);
|
||||
}
|
||||
|
||||
struct target_ops child_ops;
|
||||
|
||||
static void
|
||||
init_child_ops (void)
|
||||
{
|
||||
|
@ -2065,8 +2065,6 @@ child_close (int x)
|
||||
PIDGET (inferior_ptid)));
|
||||
}
|
||||
|
||||
struct target_ops child_ops;
|
||||
|
||||
static void
|
||||
init_child_ops (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user