Searched defs:single_step (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/arm64/
H A Ddebugger.cpp69 zx_status_t arch_get_single_step(struct thread* thread, bool* single_step) { argument
85 zx_status_t arch_set_single_step(struct thread* thread, bool single_step) { argument
/fuchsia/zircon/kernel/arch/x86/
H A Ddebugger.cpp264 zx_status_t arch_get_single_step(struct thread* thread, bool* single_step) { argument
289 zx_status_t arch_set_single_step(struct thread* thread, bool single_step) { argument
/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp952 const zx_thread_state_single_step_t* single_step = local
/fuchsia/zircon/kernel/syscalls/
H A Dtask.cpp104 uint32_t single_step; // ZX_THREAD_STATE_SINGLE_STEP member in union:__anon109::thread_state_local_buffer_t

Completed in 32 milliseconds