Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dnto-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()
1078 push_target (&procfs_ops); in procfs_create_inferior()
1261 procfs_ops.to_shortname = "procfs"; in init_procfs_ops()
1262 procfs_ops.to_longname = "QNX Neutrino procfs child process"; in init_procfs_ops()
1263 procfs_ops.to_doc = in init_procfs_ops()
1266 procfs_ops.to_open = procfs_open; in init_procfs_ops()
1267 procfs_ops.to_attach = procfs_attach; in init_procfs_ops()
[all …]
H A Dsol-thread.c81 extern struct target_ops procfs_ops; /* target vector for procfs.c */
344 procfs_ops.to_open (arg, from_tty); in sol_thread_open()
353 procfs_ops.to_attach (args, from_tty); in sol_thread_attach()
386 procfs_ops.to_detach (args, from_tty); in sol_thread_detach()
417 procfs_ops.to_resume (ptid, step, signo); in sol_thread_resume()
451 rtnval = procfs_ops.to_wait (ptid, ourstatus); in sol_thread_wait()
496 procfs_ops.to_fetch_registers (regnum); in sol_thread_fetch_registers()
570 procfs_ops.to_store_registers (regnum); in sol_thread_store_registers()
653 procfs_ops.to_prepare_to_store (); in sol_thread_prepare_to_store()
683 retval = procfs_ops.deprecated_xfer_memory (memaddr, myaddr, len, in sol_thread_xfer_memory()
[all …]
H A Dprocfs.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 …]
H A Duw-thread.c196 extern struct target_ops procfs_ops;
588 procfs_ops.to_attach (args, from_tty); in uw_thread_attach()
810 procfs_ops.to_create_inferior (exec_file, allargs, env, from_tty); in uw_thread_create_inferior()
879 return procfs_ops.to_pid_to_str (ptid); in uw_thread_pid_to_str()
H A DChangeLog-19981784 * procfs.c (procfs_ops): Initializing new target ops vector fields. see list below.
1787 (procfs_ops): Adding new target_ops vector fields and
1790 * procfs.c: Added new fields to procfs_ops.
2960 (procfs_ops): Add new target vector fields.
H A DChangeLog-20005763 * procfs.c (init_procfs_ops): Set procfs_ops.to_has_memory and
5764 procfs_ops.to_has_all_memory to 1.
8043 asking procfs_ops to create inferior.
H A DChangeLog-19921665 procfs.c (procfs_ops),
1930 * procfs.c (procfs_ops): Add target vector.
1944 procfs_ops, too.
H A DChangeLog-19952206 * procfs.c (procfs_ops): Fix typo in last change.
2237 * procfs.c (procfs_ops): Likewise.
H A DChangeLog-19998859 * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
8981 * procfs.c (procfs_ops): delete compile time initialization.
8982 (_initialize_procfs): initialize procfs_ops at run time.
H A DChangeLog11661 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.