Searched refs:current_thread (Results 1 – 6 of 6) sorted by relevance
118 static thread_info *current_thread; /* Info on currently selected thread */ variable331 char *context_offset = ((char *) ¤t_thread->context) + mappings[r]; in do_child_fetch_inferior_registers()334 if (!current_thread) in do_child_fetch_inferior_registers()338 if (current_thread->reload_context) in do_child_fetch_inferior_registers()340 thread_info *th = current_thread; in do_child_fetch_inferior_registers()350 current_thread->reload_context = 0; in do_child_fetch_inferior_registers()379 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers()382 if (current_thread) in child_fetch_inferior_registers()389 if (!current_thread) in do_child_store_inferior_registers()393 ((char *) ¤t_thread->context) + mappings[r]); in do_child_store_inferior_registers()[all …]
161 static thread_info *current_thread; /* Info on currently selected thread */ variable814 thread_info *th = current_thread; /* Info on currently selected thread */ in wince_software_single_step()954 thread_info *th = current_thread; /* Info on currently selected thread */ in wince_software_single_step()1002 thread_info *th = current_thread; /* Info on currently selected thread */ in wince_software_single_step()1121 (char *) regptr (¤t_thread->context, r)); in do_child_fetch_inferior_registers()1133 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers()1141 deprecated_read_register_gen (r, ((char *) ¤t_thread->context) + mappings[r]); in do_child_store_inferior_registers()1153 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers()1480 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()1828 close_handle (current_thread->h); in child_kill_inferior()
1925 int current_thread; in bpstat_find_step_resume_breakpoint() local1930 current_thread = pid_to_thread_id (inferior_ptid); in bpstat_find_step_resume_breakpoint()1936 (bsp->breakpoint_at->thread == current_thread || in bpstat_find_step_resume_breakpoint()
80 appropriate. Avoid doing anything if current_thread is NULL thanks to83 current_thread is NULL.
772 ithread *current_thread = S_ithread_get(aTHX); local 958 S_ithread_set(aTHX_ current_thread);1309 ithread *current_thread;1327 current_thread = S_ithread_get(aTHX);1335 } else if (thread->tid == current_thread->tid) {1382 S_ithread_set(aTHX_ current_thread);1404 S_ithread_set(aTHX_ current_thread);1800 ithread *current_thread;1806 current_thread = S_ithread_get(aTHX);1813 S_ithread_set(aTHX_ current_thread);1308 ithread *current_thread; global() variable 1795 ithread *current_thread; global() variable [all...]
749 Thread *current_thread = GetDefaultThread(); in DoExecute() local750 if (current_thread == nullptr) { in DoExecute()757 if (thread == current_thread) { in DoExecute()