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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-unwind.c135 pyuw_object_attribute_to_pointer (PyObject *pyo, const char *attr_name, function
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.c152 pyuw_object_attribute_to_pointer (PyObject *pyo, const char *attr_name, function
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 206 milliseconds