Searched refs:child_ops (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | inftarg.c | 92 struct target_ops child_ops; variable 234 push_target (&child_ops); in child_attach() 279 unpush_target (&child_ops); in child_detach() 331 push_target (&child_ops); in ptrace_him() 492 unpush_target (&child_ops); in child_mourn_inferior() 618 child_ops.to_shortname = "child"; in init_child_ops() 619 child_ops.to_longname = "Unix child process"; in init_child_ops() 620 child_ops.to_doc = "Unix child process (started by the \"run\" command)."; in init_child_ops() 621 child_ops.to_open = child_open; in init_child_ops() 622 child_ops.to_attach = child_attach; in init_child_ops() [all …]
|
| D | wince.c | 133 extern struct target_ops child_ops; 1768 push_target (&child_ops); in child_create_inferior() 1789 unpush_target (&child_ops); in child_mourn_inferior() 1891 struct target_ops child_ops; variable 1896 memset (&child_ops, 0, sizeof (child_ops)); in init_child_ops() 1897 child_ops.to_shortname = (char *) "child"; in init_child_ops() 1898 child_ops.to_longname = (char *) "Windows CE process"; in init_child_ops() 1899 child_ops.to_doc = (char *) "Windows CE process (started by the \"run\" command)."; in init_child_ops() 1900 child_ops.to_open = child_open; in init_child_ops() 1901 child_ops.to_close = child_close; in init_child_ops() [all …]
|
| D | win32-nat.c | 93 extern struct target_ops child_ops; 1447 push_target (&child_ops); in do_initial_child_stuff() 1659 unpush_target (&child_ops); in child_detach() 1878 unpush_target (&child_ops); in child_mourn_inferior() 2042 struct target_ops child_ops; variable 2047 child_ops.to_shortname = "child"; in init_child_ops() 2048 child_ops.to_longname = "Win32 child process"; in init_child_ops() 2049 child_ops.to_doc = "Win32 child process (started by the \"run\" command)."; in init_child_ops() 2050 child_ops.to_open = child_open; in init_child_ops() 2051 child_ops.to_close = child_close; in init_child_ops() [all …]
|
| D | lin-lwp.c | 102 extern struct target_ops child_ops; 360 child_ops.to_attach (args, from_tty); in lin_lwp_attach() 470 child_ops.to_detach (args, from_tty); in lin_lwp_detach() 1677 child_ops.to_create_inferior (exec_file, allargs, env); in lin_lwp_create_inferior() 1692 child_ops.to_mourn_inferior (); in lin_lwp_mourn_inferior()
|
| /freebsd-12-stable/gnu/usr.bin/gdb/libgdb/ |
| D | fbsd-threads.c | 59 extern struct target_ops child_ops; 547 child_ops.to_attach (args, from_tty); in fbsd_thread_attach() 559 child_ops.to_post_attach (pid); in fbsd_thread_post_attach() 581 child_ops.to_detach (args, from_tty); in fbsd_thread_detach() 613 child_ops.to_resume (ptid, step, signo); in fbsd_thread_resume() 790 ret = child_ops.to_wait (ptid, ourstatus); in fbsd_thread_wait() 827 err = child_ops.to_xfer_memory (memaddr, myaddr, len, write, attrib, in fbsd_thread_xfer_memory() 938 child_ops.to_store_registers (regno); in fbsd_lwp_store_registers() 1047 child_ops.to_kill(); in fbsd_thread_kill() 1062 child_ops.to_create_inferior (exec_file, allargs, env); in fbsd_thread_create_inferior() [all …]
|