Home
last modified time | relevance | path

Searched refs:PyObject_CallMethod (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-tui.c167 gdbpy_ref<> result (PyObject_CallMethod (m_window.get (), "close", in ~tui_py_window()
201 gdbpy_ref<> result (PyObject_CallMethod (m_window.get (), "render", in rerender()
215 gdbpy_ref<> result (PyObject_CallMethod (m_window.get(), "hscroll", in do_scroll_horizontal()
229 gdbpy_ref<> result (PyObject_CallMethod (m_window.get (), "vscroll", in do_scroll_vertical()
251 gdbpy_ref<> result (PyObject_CallMethod (m_window.get (), "click", in click()
Dpy-framefilter.c62 gdbpy_ref<> result (PyObject_CallMethod (obj, "symbol", NULL)); in extract_sym()
133 gdbpy_ref<> vresult (PyObject_CallMethod (obj, "value", NULL)); in extract_value()
267 gdbpy_ref<> result (PyObject_CallMethod (filter, func, NULL)); in get_py_iter_from_func()
793 gdbpy_ref<> py_inf_frame (PyObject_CallMethod (filter, "inferior_frame", in py_print_frame()
834 gdbpy_ref<> paddr (PyObject_CallMethod (filter, "address", NULL)); in py_print_frame()
909 gdbpy_ref<> py_func (PyObject_CallMethod (filter, "function", NULL)); in py_print_frame()
973 gdbpy_ref<> py_fn (PyObject_CallMethod (filter, "filename", NULL)); in py_print_frame()
997 gdbpy_ref<> py_line (PyObject_CallMethod (filter, "line", NULL)); in py_print_frame()
Dpython-internal.h149 return PyObject_CallMethod (o, in gdb_PyObject_CallMethod()
155 #undef PyObject_CallMethod
156 #define PyObject_CallMethod gdb_PyObject_CallMethod macro
Dpy-finishbreakpoint.c347 gdbpy_ref<> meth_result (PyObject_CallMethod (py_obj, outofscope_func, in bpfinishpy_out_of_scope()
Dpy-disasm.c858 gdbpy_ref<> result_obj (PyObject_CallMethod ((PyObject *) obj, in read_memory_func()
Dpy-breakpoint.c1177 gdbpy_ref<> result (PyObject_CallMethod (py_bp, stop_func, NULL)); in gdbpy_breakpoint_cond_says_stop()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20137368 Decref the reslut of PyObject_CallMethod.
DChangeLog-201715115 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)