Searched refs:inferior (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c178 inferior_target_data (struct thread_info *inferior) argument
180 return inferior->target_data;
184 set_inferior_target_data (struct thread_info *inferior, void *data) argument
186 inferior->target_data = data;
190 inferior_regcache_data (struct thread_info *inferior) argument
192 return inferior->regcache_data;
196 set_inferior_regcache_data (struct thread_info *inferior, void *data) argument
198 inferior->regcache_data = data;
H A Dthread-db.c233 struct thread_info *inferior; local
240 inferior = (struct thread_info *) all_threads.head;
241 process = get_thread_process (inferior);
250 inferior = (struct thread_info *) find_inferior_id (&all_threads,
252 if (inferior != NULL)
259 inferior = (struct thread_info *) find_inferior_id (&all_threads,
261 if (inferior == NULL)
268 process = inferior_target_data (inferior);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolib.c37 #include "inferior.h"
98 * Look in inferior's $PATH.
99 * Look in inferior's $LD_LIBRARY_PATH.
175 /* If not found, next search the inferior's $PATH environment variable. */
180 /* If not found, next search the inferior's $LD_LIBRARY_PATH
364 update_solib_list --- synchronize GDB's shared object list with inferior's
371 inferior, and compare it with the list of shared objects currently
373 with the inferior's new list.
375 If we notice that the inferior has unloaded some shared objects,
394 struct so_list *inferior local
[all...]
H A Djv-lang.c90 /* symtab contains classes read from the inferior. */
177 call lookup_class (or similar) in inferior;
181 addr = found in inferior;
194 /* FIXME - should search inferior's symbol table. */
524 * in the inferior's Method table (as long as that is grouped
784 /* Create a Java string in the inferior from a (Utf8) literal. */
H A Dremote-vx.c27 #include "inferior.h"
197 /* Start an inferior process and sets inferior_ptid to its pid.
239 /* Set up the "saved terminal modes" of the inferior
243 /* Install inferior's terminal modes. */
472 /* Copy LEN bytes to or from remote inferior's memory starting at MEMADDR
474 inferior. TARGET is unused.
946 suspend the inferior process. */
958 data structures representing the state of the inferior
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_amd64.c40 #include <inferior.h>
H A Dtrgt_powerpc.c45 #include <inferior.h>
H A Dtrgt_powerpc64.c40 #include <inferior.h>
H A Dtrgt_sparc64.c41 #include <inferior.h>
H A Dtrgt.c47 #include <inferior.h>
H A Dtrgt_arm.c43 #include <inferior.h>
H A Dtrgt_mips.c44 #include <inferior.h>
H A Dkld.c42 #include <inferior.h>
H A Dmain.c53 #include <inferior.h>
H A Dtrgt_i386.c43 #include <inferior.h>
H A Dtrgt_ia64.c48 #include <inferior.h>
/freebsd-10.1-release/sys/sys/
H A Dproc.h871 int inferior(struct proc *p);
/freebsd-10.1-release/sys/kern/
H A Dkern_prot.c415 if (!inferior(targp)) {
H A Dkern_proc.c264 * Is p an inferior of the current process?
267 inferior(struct proc *p) function

Completed in 179 milliseconds