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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-unwind.c43 } pending_frame_object; typedef in typeref:struct:__anon1257
94 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("pending_frame_object");
211 if (((pending_frame_object *) pyo_pending_frame)->frame_info == NULL)
231 pending_frame_object *pending_frame
232 = (pending_frame_object *) (unwind_info->pending_frame);
309 struct frame_info *frame = ((pending_frame_object *) self)->frame_info;
334 pending_frame_object *pending_frame = (pending_frame_object *) self;
417 pending_frame_object *pending_frame = (pending_frame_object *) sel
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-unwind.c55 struct pending_frame_object struct
115 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("pending_frame_object");
227 if (((pending_frame_object *) pyo_pending_frame)->frame_info == NULL)
247 pending_frame_object *pending_frame
248 = (pending_frame_object *) (unwind_info->pending_frame);
342 frame_info_ptr frame = ((pending_frame_object *) self)->frame_info;
367 pending_frame_object *pending_frame = (pending_frame_object *) self;
447 pending_frame_object *pending_frame = (pending_frame_object *) sel
[all...]

Completed in 142 milliseconds