HomeSort by: relevance | last modified time | path
    Searched defs:gdbpy_call_method (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
python-internal.h 192 gdbpy_call_method (PyObject *o, const char *method) function
209 gdbpy_call_method (PyObject *o, const char *method, function
226 gdbpy_call_method (const gdbpy_ref<> &o, const char *method, Args... args) function
228 return gdbpy_call_method (o.get (), method, args...);
231 /* Poison PyObject_CallMethod. The typesafe wrapper gdbpy_call_method should be
  /src/external/gpl3/gdb/dist/gdb/python/
python-internal.h 184 gdbpy_call_method (PyObject *o, const char *method) function
201 gdbpy_call_method (PyObject *o, const char *method, function
218 gdbpy_call_method (const gdbpy_ref<> &o, const char *method, Args... args) function
220 return gdbpy_call_method (o.get (), method, args...);
223 /* Poison PyObject_CallMethod. The typesafe wrapper gdbpy_call_method should be

Completed in 40 milliseconds