Searched refs:pfo (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-unwind.c480 pending_frame_object *pfo = PyObject_New (pending_frame_object, local
482 gdbpy_ref<> pyo_pending_frame ((PyObject *) pfo);
488 pfo->gdbarch = gdbarch;
489 scoped_restore invalidate_frame = make_scoped_restore (&pfo->frame_info,
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-unwind.c527 pending_frame_object *pfo = PyObject_New (pending_frame_object, local
529 gdbpy_ref<> pyo_pending_frame ((PyObject *) pfo);
535 pfo->gdbarch = gdbarch;
536 scoped_restore invalidate_frame = make_scoped_restore (&pfo->frame_info,

Completed in 198 milliseconds