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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-unwind.c380 PyObject *pyo_frame_id; local
385 if (!PyArg_ParseTuple (args, "O:create_unwind_info", &pyo_frame_id))
387 if (!pyuw_object_attribute_to_pointer (pyo_frame_id, "sp", &sp))
403 if (!pyuw_object_attribute_to_pointer (pyo_frame_id, "pc", &pc))
405 if (!pyuw_object_attribute_to_pointer (pyo_frame_id, "special", &special))
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-unwind.c410 PyObject *pyo_frame_id; local
415 if (!PyArg_ParseTuple (args, "O:create_unwind_info", &pyo_frame_id))
417 if (!pyuw_object_attribute_to_pointer (pyo_frame_id, "sp", &sp))
433 if (!pyuw_object_attribute_to_pointer (pyo_frame_id, "pc", &pc))
435 if (!pyuw_object_attribute_to_pointer (pyo_frame_id, "special", &special))

Completed in 128 milliseconds