Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDbreakpoint.c6574 char *arg1_start = arg; in catch_command_1() local
6578 if (arg1_start == NULL) in catch_command_1()
6587 arg1_end = ep_find_event_name_end (arg1_start); in catch_command_1()
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()
[all …]