Searched refs:arch_set_single_step (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/include/arch/
H A Ddebugger.h28 zx_status_t arch_set_single_step(struct thread* thread, bool single_step);
/fuchsia/zircon/kernel/arch/arm64/
H A Ddebugger.cpp85 zx_status_t arch_set_single_step(struct thread* thread, bool single_step) { function
/fuchsia/zircon/kernel/arch/x86/
H A Ddebugger.cpp289 zx_status_t arch_set_single_step(struct thread* thread, bool single_step) { function
/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp956 return arch_set_single_step(&thread_, !!*single_step);

Completed in 181 milliseconds