Searched refs:PyObject_CallMethod (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-tui.c | 167 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()
|
| D | py-framefilter.c | 62 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()
|
| D | python-internal.h | 149 return PyObject_CallMethod (o, in gdb_PyObject_CallMethod() 155 #undef PyObject_CallMethod 156 #define PyObject_CallMethod gdb_PyObject_CallMethod macro
|
| D | py-finishbreakpoint.c | 347 gdbpy_ref<> meth_result (PyObject_CallMethod (py_obj, outofscope_func, in bpfinishpy_out_of_scope()
|
| D | py-disasm.c | 858 gdbpy_ref<> result_obj (PyObject_CallMethod ((PyObject *) obj, in read_memory_func()
|
| D | py-breakpoint.c | 1177 gdbpy_ref<> result (PyObject_CallMethod (py_bp, stop_func, NULL)); in gdbpy_breakpoint_cond_says_stop()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2013 | 7368 Decref the reslut of PyObject_CallMethod.
|
| D | ChangeLog-2017 | 15115 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
|