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

/haiku-fatelf/src/bin/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);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c37 #include "inferior.h"
99 * Look in inferior's $PATH.
100 * Look in inferior's $LD_LIBRARY_PATH.
176 /* If not found, next search the inferior's $PATH environment variable. */
182 /* If not found, next search the inferior's $LD_LIBRARY_PATH
375 update_solib_list --- synchronize GDB's shared object list with inferior's
382 inferior, and compare it with the list of shared objects currently
384 with the inferior's new list.
386 If we notice that the inferior has unloaded some shared objects,
405 struct so_list *inferior local
[all...]
H A Djv-lang.c92 /* symtab contains classes read from the inferior. */
179 call lookup_class (or similar) in inferior;
183 addr = found in inferior;
196 /* FIXME - should search inferior's symbol table. */
526 * in the inferior's Method table (as long as that is grouped
786 /* 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.
937 suspend the inferior process. */
949 data structures representing the state of the inferior
H A DChangeLog-3.x160 selected frame if the inferior no longer exists.
371 * remote.c, inferior.h (remote_{read,write}_inferior_memory):
1468 * blockframe.c (get_prev_frame_info): Check for no inferior or
1477 was an inferior or a core file.
1576 * valops.c (call_function): Error if the inferior has not been
1670 frame specification so that it won't trip in inferior calls to the
1869 * stack.c (args_info): Make sure that you have an inferior or core
2265 * infrun.c (attach_program): Run terminal inferior when attaching.
2285 * stack.c (up_command): Error if no inferior or core file.
2512 * stack.c (frame_info): Disallowed call if no inferior o
[all...]
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el60 other with the source file with the main routine of the inferior.
85 Source buffer | Input/Output (of inferior) buffer
160 ;;(gdb-clear-inferior-io)
172 (defconst gdbmi-use-inferior-io-buffer nil)
333 ((eq sink 'inferior)
334 (gdb-append-to-inferior-io new)

Completed in 186 milliseconds