Searched refs:arg1_length (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | breakpoint.c | 6576 int arg1_length; in catch_command_1() local 6590 arg1_length = arg1_end + 1 - arg1_start; in catch_command_1() 6593 if (strncmp (arg1_start, "signal", arg1_length) == 0) in catch_command_1() 6597 else if (strncmp (arg1_start, "catch", arg1_length) == 0) in catch_command_1() 6602 else if (strncmp (arg1_start, "throw", arg1_length) == 0) in catch_command_1() 6607 else if (strncmp (arg1_start, "thread_start", arg1_length) == 0) in catch_command_1() 6611 else if (strncmp (arg1_start, "thread_exit", arg1_length) == 0) in catch_command_1() 6615 else if (strncmp (arg1_start, "thread_join", arg1_length) == 0) in catch_command_1() 6619 else if (strncmp (arg1_start, "start", arg1_length) == 0) in catch_command_1() 6623 else if (strncmp (arg1_start, "exit", arg1_length) == 0) in catch_command_1() [all …]
|