Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c118 static thread_info *current_thread; /* Info on currently selected thread */ variable
331 char *context_offset = ((char *) &current_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 *) &current_thread->context) + mappings[r]); in do_child_store_inferior_registers()
[all …]
H A Dwince.c161 static thread_info *current_thread; /* Info on currently selected thread */ variable
814 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 (&current_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 *) &current_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()
H A Dbreakpoint.c1925 int current_thread; in bpstat_find_step_resume_breakpoint() local
1930 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()
H A DChangeLog-200380 appropriate. Avoid doing anything if current_thread is NULL thanks to
83 current_thread is NULL.
/openbsd-src/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs772 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...]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp749 Thread *current_thread = GetDefaultThread(); in DoExecute() local
750 if (current_thread == nullptr) { in DoExecute()
757 if (thread == current_thread) { in DoExecute()