Searched refs:child_ops (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dinftarg.c92 struct target_ops child_ops; variable in typeref:struct:target_ops
234 push_target (&child_ops);
279 unpush_target (&child_ops);
331 push_target (&child_ops);
492 unpush_target (&child_ops);
618 child_ops.to_shortname = "child";
619 child_ops.to_longname = "Unix child process";
620 child_ops.to_doc = "Unix child process (started by the \"run\" command).";
621 child_ops.to_open = child_open;
622 child_ops
[all...]
H A Dwin32-nat.c93 extern struct target_ops child_ops;
1447 push_target (&child_ops);
1659 unpush_target (&child_ops);
1878 unpush_target (&child_ops);
2042 struct target_ops child_ops; variable in typeref:struct:target_ops
2047 child_ops.to_shortname = "child";
2048 child_ops.to_longname = "Win32 child process";
2049 child_ops.to_doc = "Win32 child process (started by the \"run\" command).";
2050 child_ops.to_open = child_open;
2051 child_ops
[all...]
H A Dwince.c133 extern struct target_ops child_ops;
1768 push_target (&child_ops);
1789 unpush_target (&child_ops);
1891 struct target_ops child_ops; variable in typeref:struct:target_ops
1896 memset (&child_ops, 0, sizeof (child_ops));
1897 child_ops.to_shortname = (char *) "child";
1898 child_ops.to_longname = (char *) "Windows CE process";
1899 child_ops.to_doc = (char *) "Windows CE process (started by the \"run\" command).";
1900 child_ops
[all...]
H A Dlin-lwp.c104 extern struct target_ops child_ops;
366 child_ops.to_attach (args, from_tty);
476 child_ops.to_detach (args, from_tty);
1685 child_ops.to_create_inferior (exec_file, allargs, env);
1700 child_ops.to_mourn_inferior ();
/freebsd-10.2-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c59 extern struct target_ops child_ops;
547 child_ops.to_attach (args, from_tty);
559 child_ops.to_post_attach (pid);
581 child_ops.to_detach (args, from_tty);
613 child_ops.to_resume (ptid, step, signo);
790 ret = child_ops.to_wait (ptid, ourstatus);
827 err = child_ops.to_xfer_memory (memaddr, myaddr, len, write, attrib,
938 child_ops.to_store_registers (regno);
1047 child_ops.to_kill();
1062 child_ops
[all...]

Completed in 167 milliseconds