Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-finishbreakpoint.c35 static const char outofscope_func[] = "out_of_scope"; variable
345 && PyObject_HasAttrString (py_obj, outofscope_func)) in bpfinishpy_out_of_scope()
347 gdbpy_ref<> meth_result (PyObject_CallMethod (py_obj, outofscope_func, in bpfinishpy_out_of_scope()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-201714934 * python/py-finishbreakpoint.c (outofscope_func): Constify.