OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_inferior
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/m_gdbserver/
regcache.c
72
struct thread_info *saved_inferior =
current_inferior
;
74
current_inferior
= thread;
76
current_inferior
= saved_inferior;
162
unsigned char *registers = get_regcache (
current_inferior
, 1)->registers;
170
unsigned char *registers = get_regcache (
current_inferior
, 1)->registers;
206
= get_regcache (
current_inferior
, fetch)->registers;
214
= get_regcache (
current_inferior
, fetch);
inferiors.c
37
struct thread_info *
current_inferior
;
variable in typeref:struct:thread_info
109
if (
current_inferior
== NULL)
110
current_inferior
= new_thread;
target.c
274
/* we can only change the
current_inferior
when the wptid references
278
current_inferior
= gdb_id_to_thread (wptid);
292
ThreadState *tst = (ThreadState *) inferior_target_data (
current_inferior
);
338
ThreadState *tst = (ThreadState *) inferior_target_data (
current_inferior
);
451
(ThreadState *) inferior_target_data (
current_inferior
);
569
current_inferior
= (struct thread_info *) all_threads.head;
571
current_inferior
= found;
573
ThreadState *tst = (ThreadState *) inferior_target_data (
current_inferior
);
server.h
231
extern struct thread_info *
current_inferior
;
remote-utils.c
1016
((struct inferior_list_entry *)
current_inferior
)->id;
1017
gdb_id_from_wait = thread_to_gdb_id (
current_inferior
);
server.c
851
tst = (ThreadState *) inferior_target_data (
current_inferior
);
[
all
...]
Completed in 2226 milliseconds