GDB (xrefs)
|
Go to the source code of this file.
Functions | |
gdb_static_assert (ARRAY_SIZE(async_reason_string_lookup)==EXEC_ASYNC_LAST+1) | |
const char * | async_reason_lookup (enum async_reply_reason reason) |
Variables | |
static const char *const | async_reason_string_lookup [] |
const char * async_reason_lookup | ( | enum async_reply_reason | reason | ) |
Definition at line 50 of file mi-common.c.
References async_reason_string_lookup.
Referenced by mi_interp::on_normal_stop(), print_exited_reason(), ada_catchpoint::print_it(), exec_catchpoint::print_it(), fork_catchpoint::print_it(), syscall_catchpoint::print_it(), exception_catchpoint::print_it(), ordinary_breakpoint::print_it(), ranged_breakpoint::print_it(), masked_watchpoint::print_it(), watchpoint::print_it(), print_no_history_reason(), print_signal_exited_reason(), print_signal_received_reason(), print_solib_event(), and watchpoint_check().
gdb_static_assert | ( | ARRAY_SIZE(async_reason_string_lookup) | = =EXEC_ASYNC_LAST+1 | ) |
|
static |
Definition at line 22 of file mi-common.c.
Referenced by async_reason_lookup().