Home
last modified time | relevance | path

Searched refs:procfs_ops (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDnto-procfs.c50 static struct target_ops procfs_ops; variable
531 push_target (&procfs_ops); in procfs_attach()
788 unpush_target (&procfs_ops); /* Pop out of handling an inferior. */ in procfs_detach()
900 unpush_target (&procfs_ops); in procfs_mourn_inferior()
1077 push_target (&procfs_ops); in procfs_create_inferior()
1260 procfs_ops.to_shortname = "procfs"; in init_procfs_ops()
1261 procfs_ops.to_longname = "QNX Neutrino procfs child process"; in init_procfs_ops()
1262 procfs_ops.to_doc = in init_procfs_ops()
1265 procfs_ops.to_open = procfs_open; in init_procfs_ops()
1266 procfs_ops.to_attach = procfs_attach; in init_procfs_ops()
[all …]
HDsol-thread.c77 extern struct target_ops procfs_ops; /* target vector for procfs.c */
407 procfs_ops.to_open (arg, from_tty); in sol_thread_open()
416 procfs_ops.to_attach (args, from_tty); in sol_thread_attach()
448 procfs_ops.to_detach (args, from_tty); in sol_thread_detach()
479 procfs_ops.to_resume (ptid, step, signo); in sol_thread_resume()
513 rtnval = procfs_ops.to_wait (ptid, ourstatus); in sol_thread_wait()
557 procfs_ops.to_fetch_registers (regno); in sol_thread_fetch_registers()
634 procfs_ops.to_store_registers (regno); in sol_thread_store_registers()
717 procfs_ops.to_prepare_to_store (); in sol_thread_prepare_to_store()
742 retval = procfs_ops.to_xfer_memory (memaddr, myaddr, len, in sol_thread_xfer_memory()
[all …]
HDprocfs.c153 struct target_ops procfs_ops; /* the target vector */ variable
158 procfs_ops.to_shortname = "procfs"; in init_procfs_ops()
159 procfs_ops.to_longname = "Unix /proc child process"; in init_procfs_ops()
160 procfs_ops.to_doc = in init_procfs_ops()
162 procfs_ops.to_open = procfs_open; in init_procfs_ops()
163 procfs_ops.to_can_run = procfs_can_run; in init_procfs_ops()
164 procfs_ops.to_create_inferior = procfs_create_inferior; in init_procfs_ops()
165 procfs_ops.to_kill = procfs_kill_inferior; in init_procfs_ops()
166 procfs_ops.to_mourn_inferior = procfs_mourn_inferior; in init_procfs_ops()
167 procfs_ops.to_attach = procfs_attach; in init_procfs_ops()
[all …]
HDuw-thread.c196 extern struct target_ops procfs_ops;
584 procfs_ops.to_attach (args, from_tty); in uw_thread_attach()
804 procfs_ops.to_create_inferior (exec_file, allargs, env); in uw_thread_create_inferior()
873 return procfs_ops.to_pid_to_str (ptid); in uw_thread_pid_to_str()