Home | History | Annotate | Download | only in gdb

Lines Matching defs:inferior

60 #include "inferior.h"
72 #include "nat/fork-inferior.h"
151 /* Further Hurd-specific state of an inferior. */
154 /* Fields describing the current inferior. */
178 /* True if we think at least one thread in the inferior could currently be
187 /* True if the inferior has no message port. */
190 /* True if the inferior is traced. */
193 /* True if we shouldn't try waiting for the inferior, usually because we
197 /* When starting a new inferior, we don't try to validate threads until all
224 /* True if exceptions from the inferior process should be trapped. This
1241 /* Detachs from INF's inferior task, letting it run once again... */
1449 /* The inferior used for all gdb target ops. */
1452 /* The inferior being waited for by gnu_wait. Since GDB is decidedly not
1456 /* Wait for something to happen in the inferior, returning what in STATUS. */
1569 /* We're waiting for the inferior to finish execing. */
1575 /* Since gdb is actually counting the number of times the inferior
1584 /* Ah hah! A SIGTRAP from the inferior while starting up probably
1845 /* Since we can't see the inferior's signals, don't trap them. */
1979 /* Resume execution of the inferior process.
2088 /* Clean up after the inferior dies. */
2099 /* Fork an inferior process, and start debugging it. */
2138 inferior *inferior = current_inferior ();
2141 inf_debug (inf, "creating inferior");
2143 if (!inferior->target_is_pushed (this))
2144 inferior->push_target (this);
2199 struct inferior *inferior;
2212 inferior = current_inferior ();
2213 inferior->push_target (this);
2215 inferior_appeared (inferior, pid);
2216 inferior->attach_flag = true;
2249 gnu_nat_target::detach (inferior *inf, int from_tty)
2279 /* Read inferior task's LEN bytes from ADDR and copy it to MYADDR in
2292 /* Get memory from inferior with page aligned addresses. */
2301 warning (_("Read from inferior faulted: %s"), safe_strerror (err));
2326 /* Write gdb's LEN bytes from MYADDR and copy it to ADDR in inferior
2345 /* Get memory from inferior with page aligned addresses. */
2357 CHK_GOTO_OUT ("Write to inferior faulted", err);
2777 /* Returns the current inferior, but signals an error if it has no task. */
2816 gdb_printf ("The inferior task %s suspended while gdb has control.\n",
2833 gdb_printf ("The inferior task will be left with a "
2897 /* Steal a send right called NAME in the inferior task, and make it PROC's
2907 error (_("No inferior task."));
2913 error (_("Couldn't extract send right %lu from inferior: %s"),
2956 gdb_printf ("The inferior process %s stopped.\n",
3017 gdb_printf ("The inferior process's signals %s intercepted.\n",
3046 gdb_printf ("Exceptions in the inferior %s trapped.\n",
3196 Set whether the inferior process's signals will be intercepted.\n\
3203 Show whether the inferior process's signals will be intercepted."),
3221 Set whether gdb thinks the inferior process is stopped as with SIGSTOP.\n\
3225 Show whether gdb thinks the inferior process is stopped as with SIGSTOP."),
3230 Set whether exceptions in the inferior process will be trapped.\n\
3237 Show whether exceptions in the inferior process will be trapped."),
3519 warning (_("Error flushing inferior's cache : %s"), safe_strerror (ret));