HomeSort by relevance Sort by last modified time
    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 305 /* we can only change the current_inferior when the wptid references
309 current_inferior = gdb_id_to_thread (wptid);
323 ThreadState *tst = (ThreadState *) inferior_target_data (current_inferior);
369 ThreadState *tst = (ThreadState *) inferior_target_data (current_inferior);
490 (ThreadState *) inferior_target_data (current_inferior);
612 current_inferior = (struct thread_info *) all_threads.head;
614 current_inferior = found;
616 ThreadState *tst = (ThreadState *) inferior_target_data (current_inferior);
server.h 244 extern struct thread_info *current_inferior;
remote-utils.c     [all...]
server.c     [all...]

Completed in 474 milliseconds