Home
last modified time | relevance | path

Searched refs:finish_breakpoint_object (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-finishbreakpoint.c39 struct finish_breakpoint_object struct
73 struct finish_breakpoint_object *self_finishbp = in bpfinishpy_get_returnvalue()
74 (struct finish_breakpoint_object *) self; in bpfinishpy_get_returnvalue()
88 struct finish_breakpoint_object *self_bpfinish = in bpfinishpy_dealloc()
89 (struct finish_breakpoint_object *) self; in bpfinishpy_dealloc()
104 struct finish_breakpoint_object *self_finishbp = in bpfinishpy_pre_stop_hook()
105 (struct finish_breakpoint_object *) bp_obj; in bpfinishpy_pre_stop_hook()
169 struct finish_breakpoint_object *self_bpfinish = in bpfinishpy_init()
170 (struct finish_breakpoint_object *) self; in bpfinishpy_init()
339 bpfinishpy_out_of_scope (struct finish_breakpoint_object *bpfinish_obj) in bpfinishpy_out_of_scope()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20127324 * python/py-finishbreakpoint.c (finish_breakpoint_object):