Lines Matching refs:PyObject
48 PyObject *return_type;
51 PyObject *function_value;
55 PyObject *return_value;
61 static PyObject *
62 bpfinishpy_get_returnvalue (PyObject *self, void *closure) in bpfinishpy_get_returnvalue()
77 bpfinishpy_dealloc (PyObject *self) in bpfinishpy_dealloc()
155 bpfinishpy_init (PyObject *self, PyObject *args, PyObject *kwargs) in bpfinishpy_init()
161 PyObject *frame_obj = NULL; in bpfinishpy_init()
166 PyObject *internal = NULL; in bpfinishpy_init()
323 PyObject *py_obj = (PyObject *) bp_obj; in bpfinishpy_out_of_scope()
343 PyObject *py_bp = (PyObject *) b->py_bp_object; in bpfinishpy_detect_out_scope_cb()
413 (PyObject *) &finish_breakpoint_object_type); in gdbpy_initialize_finishbreakpoints()