GDB (API)
Functions
/home/stan/gdb/src/gdb/python/py-finishbreakpoint.c File Reference
#include "defs.h"
#include "exceptions.h"
#include "python-internal.h"
#include "breakpoint.h"
#include "frame.h"
#include "gdbthread.h"
#include "arch-utils.h"
#include "language.h"
#include "observer.h"
#include "inferior.h"
#include "block.h"

Go to the source code of this file.

Functions

void bpfinishpy_pre_stop_hook (struct breakpoint_object *bp_obj)
void bpfinishpy_post_stop_hook (struct breakpoint_object *bp_obj)
int gdbpy_initialize_finishbreakpoints (void)

Function Documentation

void bpfinishpy_post_stop_hook ( struct breakpoint_object bp_obj)

Definition at line 136 of file py-finishbreakpoint.c.

void bpfinishpy_pre_stop_hook ( struct breakpoint_object bp_obj)

Definition at line 93 of file py-finishbreakpoint.c.

Definition at line 411 of file py-finishbreakpoint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines