GDB (xrefs)
Functions | Variables
/home/stan/gdb/src/gdb/mi/mi-common.c File Reference
#include "defs.h"
#include "gdb_assert.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


Variable Documentation

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",
  NULL
}

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

Referenced by async_reason_lookup().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines