Home
last modified time | relevance | path

Searched defs:inferior (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dinferior.h400 struct inferior struct
403 struct inferior *next; argument
415 /* State of GDB control of inferior process execution. argument
417 struct inferior_control_state control; argument
431 /* The address space bound to this inferior. */ argument
452 /* Environment to use for running inferior, argument
460 /* If this inferior is a vfork child, then this is the pointer to argument
462 struct inferior *vfork_parent; argument
468 struct inferior *vfork_child; argument
488 struct private_inferior *private; argument
[all …]
H A Dinferior.c387 iterate_over_inferiors (int (*callback) (struct inferior *, void *), in iterate_over_inferiors()
429 struct inferior *inferior = find_inferior_id (num); in gdb_inferior_id_to_pid() local
H A Dinfcmd.c2418 struct inferior *inferior; in attach_command_post_wait() local
2608 struct inferior *inferior = current_inferior (); in attach_command() local
2671 struct inferior *inferior = current_inferior (); in notice_new_inferior() local
H A Dsolib.c672 struct so_list *inferior = ops->current_sos(); in update_solib_list() local
H A Dinfrun.c2024 struct inferior *inferior; in clear_proceed_status() local
2335 struct inferior *inferior; in start_remote() local
H A Dsolib-svr4.c138 svr4_same (struct so_list *gdb, struct so_list *inferior) in svr4_same()
H A Dbreakpoint.c14945 invalidate_bp_value_on_memory_change (struct inferior *inferior, in invalidate_bp_value_on_memory_change()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-inferior.c44 struct inferior *inferior; member
153 inferior_to_inferior_object (struct inferior *inferior) in inferior_to_inferior_object()
360 PyObject *inferior = inferior_to_inferior_object (inf); in build_inferior_list() local
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c393 mi_record_changed (struct inferior *inferior, int started) in mi_record_changed()
876 mi_memory_changed (struct inferior *inferior, CORE_ADDR memaddr, in mi_memory_changed()
H A Dmi-main.c554 print_one_inferior (struct inferior *inferior, void *xdata) in print_one_inferior()
/dragonfly/sys/kern/
H A Dkern_proc.c471 inferior(struct proc *p) in inferior() function