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/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
315
/* we can only change the
current_inferior
when the wptid references
319
current_inferior
= gdb_id_to_thread (wptid);
333
ThreadState *tst = (ThreadState *) inferior_target_data (
current_inferior
);
379
ThreadState *tst = (ThreadState *) inferior_target_data (
current_inferior
);
501
(ThreadState *) inferior_target_data (
current_inferior
);
763
current_inferior
= (struct thread_info *) all_threads.head;
765
current_inferior
= found;
767
ThreadState *tst = (ThreadState *) inferior_target_data (
current_inferior
);
server.h
248
extern struct thread_info *
current_inferior
;
remote-utils.c
[
all
...]
server.c
[
all
...]
Completed in 79 milliseconds