GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
mi-common.c File Reference
#include "defs.h"
#include "mi-common.h"

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 []
 

Function Documentation

◆ async_reason_lookup()

const char * async_reason_lookup ( enum async_reply_reason reason)

◆ gdb_static_assert()

gdb_static_assert ( ARRAY_SIZE(async_reason_string_lookup) = =EXEC_ASYNC_LAST+1)

Variable Documentation

◆ async_reason_string_lookup

const char* const async_reason_string_lookup[]
static
Initial value:
=
{
"breakpoint-hit",
"watchpoint-trigger",
"read-watchpoint-trigger",
"access-watchpoint-trigger",
"function-finished",
"location-reached",
"watchpoint-scope",
"end-stepping-range",
"exited-signalled",
"exited",
"exited-normally",
"signal-received",
"solib-event",
"fork",
"vfork",
"syscall-entry",
"syscall-return",
"exec",
"no-history",
NULL
}

Definition at line 22 of file mi-common.c.

Referenced by async_reason_lookup().