HomeSort by: relevance | last modified time | path
    Searched refs:gdbpy_current_recording (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-record.c 609 ret = gdbpy_current_recording (self, args);
622 gdbpy_current_recording (PyObject *self, PyObject *args) function
python-internal.h 421 PyObject *gdbpy_current_recording (PyObject *self, PyObject *args);
python.c 2696 { "current_recording", gdbpy_current_recording, METH_NOARGS,
  /src/external/gpl3/gdb/dist/gdb/python/
py-record.c 680 return gdbpy_current_recording (self, args);
691 gdbpy_current_recording (PyObject *self, PyObject *args) function
python-internal.h 506 PyObject *gdbpy_current_recording (PyObject *self, PyObject *args);
python.c 2955 { "current_recording", gdbpy_current_recording, METH_NOARGS,

Completed in 31 milliseconds