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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-procfs.c50 static struct target_ops procfs_ops; variable in typeref:struct:target_ops
531 push_target (&procfs_ops);
738 zero. This xfer function does not do partial moves, since procfs_ops
788 unpush_target (&procfs_ops); /* Pop out of handling an inferior. */
900 unpush_target (&procfs_ops);
1077 push_target (&procfs_ops);
1260 procfs_ops.to_shortname = "procfs";
1261 procfs_ops.to_longname = "QNX Neutrino procfs child process";
1262 procfs_ops.to_doc =
1265 procfs_ops
[all...]
H A Dsol-thread.c77 extern struct target_ops procfs_ops; /* target vector for procfs.c */
411 procfs_ops.to_open (arg, from_tty);
420 procfs_ops.to_attach (args, from_tty);
452 procfs_ops.to_detach (args, from_tty);
483 procfs_ops.to_resume (ptid, step, signo);
517 rtnval = procfs_ops.to_wait (ptid, ourstatus);
561 procfs_ops.to_fetch_registers (regno);
638 procfs_ops.to_store_registers (regno);
721 procfs_ops.to_prepare_to_store ();
746 retval = procfs_ops
[all...]
H A Dprocfs.c153 struct target_ops procfs_ops; /* the target vector */ variable in typeref:struct:target_ops
158 procfs_ops.to_shortname = "procfs";
159 procfs_ops.to_longname = "Unix /proc child process";
160 procfs_ops.to_doc =
162 procfs_ops.to_open = procfs_open;
163 procfs_ops.to_can_run = procfs_can_run;
164 procfs_ops.to_create_inferior = procfs_create_inferior;
165 procfs_ops.to_kill = procfs_kill_inferior;
166 procfs_ops.to_mourn_inferior = procfs_mourn_inferior;
167 procfs_ops
[all...]
H A Duw-thread.c31 This module deals with user-mode threads. It calls procfs_ops
196 extern struct target_ops procfs_ops;
205 more convenient than a pointer to procfs_ops or core_ops, because
584 procfs_ops.to_attach (args, from_tty);
804 procfs_ops.to_create_inferior (exec_file, allargs, env);
872 /* core_ops says "process foo", so call procfs_ops explicitly. */
873 return procfs_ops.to_pid_to_str (ptid);
967 reflect core_ops or procfs_ops. */

Completed in 118 milliseconds