Home
last modified time | relevance | path

Searched refs:current_inferior (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dregcache.c72 struct thread_info *saved_inferior = current_inferior; in regcache_invalidate_one()
74 current_inferior = thread; in regcache_invalidate_one()
76 current_inferior = saved_inferior; in regcache_invalidate_one()
162 unsigned char *registers = get_regcache (current_inferior, 1)->registers; in registers_to_string()
170 unsigned char *registers = get_regcache (current_inferior, 1)->registers; in registers_from_string()
206 = get_regcache (current_inferior, fetch)->registers; in register_data()
214 = get_regcache (current_inferior, fetch); in register_data_for_supply()
Dinferiors.c37 struct thread_info *current_inferior; variable
109 if (current_inferior == NULL) in add_thread()
110 current_inferior = new_thread; in add_thread()
Dtarget.c345 current_inferior = gdb_id_to_thread (wptid); in valgrind_wait()
359 ThreadState *tst = (ThreadState *) inferior_target_data (current_inferior); in fetch_register()
405 ThreadState *tst = (ThreadState *) inferior_target_data (current_inferior); in usr_store_inferior_registers()
527 (ThreadState *) inferior_target_data (current_inferior); in valgrind_write_memory()
828 current_inferior = (struct thread_info *) all_threads.head; in set_desired_inferior()
830 current_inferior = found; in set_desired_inferior()
832 ThreadState *tst = (ThreadState *) inferior_target_data (current_inferior); in set_desired_inferior()
Dserver.h256 extern struct thread_info *current_inferior;
Dremote-utils.c1175 ((struct inferior_list_entry *)current_inferior)->id; in prepare_resume_reply()
1176 gdb_id_from_wait = thread_to_gdb_id (current_inferior); in prepare_resume_reply()
Dserver.c844 thread_to_gdb_id (current_inferior)); in handle_query()
1297 tst = (ThreadState *) inferior_target_data (current_inferior); in server_main()