set_stack_watchpoint

Function set_stack_watchpoint 

Source
pub unsafe fn set_stack_watchpoint(addr: usize)
Expand description

Set a word-sized data breakpoint at the given address. No breakpoint will be set when a debugger is currently attached if the stack_guard_monitoring_with_debugger_connected option is false.

Breakpoint 0 is used.

ยงSafety

The address must be word aligned.