Home
last modified time | relevance | path

Searched refs:artificial_depth (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dframe-id.h110 int artificial_depth; member
Dframe.c439 if (id.artificial_depth) in to_string()
440 res += ",artificial=" + std::to_string (id.artificial_depth); in to_string()
799 return l.artificial_depth != 0; in frame_id_artificial_p()
824 else if (artificial_depth != r.artificial_depth)
880 else if (l.artificial_depth > r.artificial_depth in frame_id_inner()
Dinline-frame.c184 (*this_id).artificial_depth++; in inline_frame_this_id()
DChangeLog-20122980 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.