Home | History | Annotate | Download | only in gdb

Lines Matching defs:inferior

49 struct inferior;
139 otherwise uncaught exceptions thrown during an inferior call. */
143 code in the inferior to run when significant events occur in the
153 inferior to be executed when certain thread-related events occur
163 magic location in the inferior whenever there is an interesting
224 call into the inferior is "in flight",
483 after we process certain number of inferior events since
705 (e.g., an executable or DSO was loaded, or the inferior just
728 which the inferior stopped, and WS is the target_waitstatus
867 /* Inferior number for inferior-specific breakpoint, or -1 if this
869 int inferior = -1;
929 int thread, int task, int inferior, int ignore_count,
1337 /* Perform actions associated with the stopped inferior. Actually, we
1383 watchpoint with a condition that involves an inferior function
1532 extern void breakpoint_init_inferior (inferior *inf, inf_context context);
1633 The INFERIOR should be a global inferior number, the created breakpoint
1634 will only apply for that inferior. If the breakpoint should apply for
1636 WANTED_TYPE is not bp_dprintf, then the INFERIOR parameter is ignored
1637 and an optional inferior number will be parsed from EXTRA_STRING.
1639 At most one of THREAD and INFERIOR should be set to a value other than
1640 -1; breakpoints can be thread specific, or inferior specific, but not
1651 int inferior,
1667 /* Remove breakpoints of inferior INF. */
1669 extern void remove_breakpoints_inf (inferior *inf);
1689 and watchpoints from the specified traced inferior process, without
1726 The inferior must be stopped, and all breakpoints removed, when
1732 cause the inferior to stop in places where this frame is visible,
1746 inferior startup. They are intended to be called from solib
1795 /* Set the inferior for breakpoint B to INFERIOR. If INFERIOR is -1, make
1796 the breakpoint work for any inferior. */
1798 extern void breakpoint_set_inferior (struct breakpoint *b, int inferior);