Home
last modified time | relevance | path

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

/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c50 int local, int global, int set) in toggle_breakpoint() argument
94 if (global) { in toggle_breakpoint()
201 int len, local, global, i; in trigger_tests() local
216 for (global = 0; global < 2; global++) { in trigger_tests()
217 if (!local && !global) in trigger_tests()
230 for (global = 0; global < 2; global++) { in trigger_tests()
231 if (!local && !global) in trigger_tests()
241 for (global = 0; global < 2; global++) { in trigger_tests()
242 if (!local && !global) in trigger_tests()
287 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument
[all …]