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

  /src/external/gpl3/gdb/dist/gdb/python/
py-inferior.c 38 struct inferior_object struct
55 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("inferior_object");
60 void operator() (inferior_object *obj)
66 gdbpy_ref<inferior_object> inf_obj (obj);
74 static const registry<inferior>::key<inferior_object, infpy_deleter> variable
233 gdbpy_ref<inferior_object>
236 inferior_object *inf_obj;
241 inf_obj = PyObject_New (inferior_object, &inferior_object_type);
258 return gdbpy_ref<inferior_object>::new_reference (inf_obj);
274 gdbpy_ref<inferior_object> inf_obj = inferior_to_inferior_object (inf)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-inferior.c 38 struct inferior_object struct
55 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("inferior_object");
60 void operator() (inferior_object *obj)
66 gdbpy_ref<inferior_object> inf_obj (obj);
74 static const registry<inferior>::key<inferior_object, infpy_deleter> variable
233 gdbpy_ref<inferior_object>
236 inferior_object *inf_obj;
241 inf_obj = PyObject_New (inferior_object, &inferior_object_type);
258 return gdbpy_ref<inferior_object>::new_reference (inf_obj);
274 gdbpy_ref<inferior_object> inf_obj = inferior_to_inferior_object (inf)
    [all...]

Completed in 50 milliseconds