Lines Matching full:local

50 			      int local, int global, int set)  in toggle_breakpoint()  argument
90 if (local) { in toggle_breakpoint()
201 int len, local, global, i; in trigger_tests() local
215 for (local = 0; local < 2; local++) { in trigger_tests()
217 if (!local && !global) in trigger_tests()
229 for (local = 0; local < 2; local++) { in trigger_tests()
231 if (!local && !global) in trigger_tests()
240 for (local = 0; local < 2; local++) { 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
293 toggle_breakpoint(i, BP_X, 1, local, global, 1); in launch_instruction_breakpoints()
295 sprintf(buf, "Test breakpoint %d with local: %d global: %d", in launch_instruction_breakpoints()
296 i, local, global); in launch_instruction_breakpoints()
298 toggle_breakpoint(i, BP_X, 1, local, global, 0); in launch_instruction_breakpoints()
303 int local, int global) in launch_watchpoints() argument
315 toggle_breakpoint(i, mode, len, local, global, 1); in launch_watchpoints()
317 sprintf(buf, "Test %s watchpoint %d with len: %d local: " in launch_watchpoints()
318 "%d global: %d", mode_str, i, len, local, global); in launch_watchpoints()
320 toggle_breakpoint(i, mode, len, local, global, 0); in launch_watchpoints()
328 int len, local, global, i; in launch_tests() local
331 for (local = 0; local < 2; local++) { in launch_tests()
333 if (!local && !global) in launch_tests()
335 launch_instruction_breakpoints(buf, local, global); in launch_tests()
341 for (local = 0; local < 2; local++) { in launch_tests()
343 if (!local && !global) in launch_tests()
346 local, global); in launch_tests()
353 for (local = 0; local < 2; local++) { in launch_tests()
355 if (!local && !global) in launch_tests()
358 local, global); in launch_tests()