Searched refs:call_doc_function (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-param.c352 call_doc_function (PyObject *obj, PyObject *method, PyObject *arg)
400 set_doc_string = call_doc_function (obj, set_doc_func.get (), NULL);
443 show_doc_string = call_doc_function (obj, show_doc_func.get (),
351 call_doc_function (PyObject *obj, PyObject *method, PyObject *arg) function in class:gdb
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-param.c420 call_doc_function (PyObject *obj, PyObject *method, PyObject *arg)
467 set_doc_string = call_doc_function (obj, set_doc_func.get (), NULL);
510 show_doc_string = call_doc_function (obj, show_doc_func.get (),
419 call_doc_function (PyObject *obj, PyObject *method, PyObject *arg) function in class:gdb

Completed in 97 milliseconds