Searched refs:toggle_breakpoint (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 52 static void toggle_breakpoint(int n, int type, int len, in toggle_breakpoint() function 297 toggle_breakpoint(i, BP_X, 1, local, global, 1); in launch_instruction_breakpoints() 302 toggle_breakpoint(i, BP_X, 1, local, global, 0); in launch_instruction_breakpoints() 319 toggle_breakpoint(i, mode, len, local, global, 1); in launch_watchpoints() 325 toggle_breakpoint(i, mode, len, local, global, 0); in launch_watchpoints()
|