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

  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 37 extern PyTypeObject breakpoint_location_object_type
839 (PyObject_New (py_bploc_t, &breakpoint_location_object_type));
1396 return gdbpy_type_ready (&breakpoint_location_object_type);
1787 PyTypeObject breakpoint_location_object_type =
1784 PyTypeObject breakpoint_location_object_type = variable
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 37 extern PyTypeObject breakpoint_location_object_type
840 (PyObject_New (py_bploc_t, &breakpoint_location_object_type));
1401 if (PyType_Ready (&breakpoint_location_object_type) < 0)
1405 (PyObject *) &breakpoint_location_object_type)
1799 PyTypeObject breakpoint_location_object_type =
1796 PyTypeObject breakpoint_location_object_type = variable

Completed in 26 milliseconds