Lines Matching full:local
52 int local, int global, int set) in toggle_breakpoint() argument
92 if (local) { in toggle_breakpoint()
203 int len, local, global, i; in trigger_tests() local
217 for (local = 0; local < 2; local++) { in trigger_tests()
219 if (!local && !global) in trigger_tests()
231 for (local = 0; local < 2; local++) { in trigger_tests()
233 if (!local && !global) in trigger_tests()
242 for (local = 0; local < 2; local++) { in trigger_tests()
244 if (!local && !global) in trigger_tests()
289 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument
295 toggle_breakpoint(i, BP_X, 1, local, global, 1); in launch_instruction_breakpoints()
297 sprintf(buf, "Test breakpoint %d with local: %d global: %d", in launch_instruction_breakpoints()
298 i, local, global); in launch_instruction_breakpoints()
300 toggle_breakpoint(i, BP_X, 1, local, global, 0); in launch_instruction_breakpoints()
305 int local, int global) in launch_watchpoints() argument
317 toggle_breakpoint(i, mode, len, local, global, 1); in launch_watchpoints()
319 sprintf(buf, "Test %s watchpoint %d with len: %d local: " in launch_watchpoints()
320 "%d global: %d", mode_str, i, len, local, global); in launch_watchpoints()
322 toggle_breakpoint(i, mode, len, local, global, 0); in launch_watchpoints()
330 int len, local, global, i; in launch_tests() local
333 for (local = 0; local < 2; local++) { in launch_tests()
335 if (!local && !global) in launch_tests()
337 launch_instruction_breakpoints(buf, local, global); in launch_tests()
343 for (local = 0; local < 2; local++) { in launch_tests()
345 if (!local && !global) in launch_tests()
348 local, global); in launch_tests()
355 for (local = 0; local < 2; local++) { in launch_tests()
357 if (!local && !global) in launch_tests()
360 local, global); in launch_tests()