Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dstack.c221 long highest_offset = -1; in print_frame_args() local
257 if (highest_offset == -1 in print_frame_args()
258 || (current_offset > highest_offset)) in print_frame_args()
259 highest_offset = current_offset; in print_frame_args()
378 if (highest_offset == -1) in print_frame_args()
381 start = highest_offset; in print_frame_args()