GDB (API)
Functions | Variables
/home/stan/gdb/src/gdb/python/py-breakpoint.c File Reference
#include "defs.h"
#include "value.h"
#include "exceptions.h"
#include "python-internal.h"
#include "python.h"
#include "charset.h"
#include "breakpoint.h"
#include "gdbcmd.h"
#include "gdbthread.h"
#include "observer.h"
#include "cli/cli-script.h"
#include "ada-lang.h"
#include "arch-utils.h"
#include "language.h"

Go to the source code of this file.

Functions

PyObjectgdbpy_breakpoints (PyObject *self, PyObject *args)
int gdbpy_should_stop (struct breakpoint_object *bp_obj)
int gdbpy_breakpoint_has_py_cond (struct breakpoint_object *bp_obj)
int gdbpy_initialize_breakpoints (void)

Variables

breakpoint_objectbppy_pending_object
PyTypeObject breakpoint_object_type

Function Documentation

Definition at line 773 of file py-breakpoint.c.

PyObject* gdbpy_breakpoints ( PyObject self,
PyObject args 
)

Definition at line 694 of file py-breakpoint.c.

Definition at line 868 of file py-breakpoint.c.

int gdbpy_should_stop ( struct breakpoint_object bp_obj)

Definition at line 726 of file py-breakpoint.c.


Variable Documentation

Definition at line 40 of file py-breakpoint.c.

PyTypeObject breakpoint_object_type

Definition at line 988 of file py-breakpoint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines