GDB (API)
Enumerations | Functions | Variables
/home/stan/gdb/src/gdb/break-catch-throw.c File Reference
#include "defs.h"
#include "arch-utils.h"
#include <ctype.h>
#include "breakpoint.h"
#include "gdbcmd.h"
#include "inferior.h"
#include "annotate.h"
#include "valprint.h"
#include "cli/cli-utils.h"
#include "completer.h"
#include "gdb_obstack.h"
#include "mi/mi-common.h"
#include "exceptions.h"
#include "linespec.h"
#include "probe.h"
#include "objfiles.h"
#include "cp-abi.h"
#include "gdb_regex.h"
#include "cp-support.h"

Go to the source code of this file.

Enumerations

enum  exception_event_kind {
  EX_EVENT_THROW, EX_EVENT_RETHROW, EX_EVENT_CATCH, EX_EVENT_THROW,
  EX_EVENT_RETHROW, EX_EVENT_CATCH
}

Functions

void _initialize_break_catch_throw (void)

Variables

initialize_file_ftype _initialize_break_catch_throw

Enumeration Type Documentation

Enumerator:
EX_EVENT_THROW 
EX_EVENT_RETHROW 
EX_EVENT_CATCH 
EX_EVENT_THROW 
EX_EVENT_RETHROW 
EX_EVENT_CATCH 

Definition at line 41 of file break-catch-throw.c.


Function Documentation

Definition at line 572 of file break-catch-throw.c.


Variable Documentation

Definition at line 569 of file break-catch-throw.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines