Home
last modified time | relevance | path

Searched defs:inf_obj (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-inferior.c155 inferior_object *inf_obj; in inferior_to_inferior_object() local
196 PyObject *inf_obj; in find_thread_object() local
229 inferior_object *inf_obj; in add_thread_object() local
258 inferior_object *inf_obj; in delete_thread_object() local
301 inferior_object *inf_obj = (inferior_object *) self; in infpy_threads() local
727 inferior_object *inf_obj = (inferior_object *) obj; in infpy_dealloc() local
743 inferior_object *inf_obj = datum; in py_free_inferior() local
772 PyObject *inf_obj; in gdbpy_selected_inferior() local
H A Dpy-exitedevent.c29 PyObject *inf_obj = NULL; in create_exited_event_object() local
H A Dpython-internal.h214 PyObject *inf_obj; member