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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstack.c776 struct frame_info *tfid;
807 while ((tfid = get_prev_frame (fid)) &&
808 (get_frame_base (tfid) == args[0]))
809 fid = tfid;
773 struct frame_info *tfid; local

Completed in 100 milliseconds