Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstack.c217 long highest_offset = -1; in print_frame_args() local
253 if (highest_offset == -1 in print_frame_args()
254 || (current_offset > highest_offset)) in print_frame_args()
255 highest_offset = current_offset; in print_frame_args()
376 if (highest_offset == -1) in print_frame_args()
379 start = highest_offset; in print_frame_args()
H A DChangeLog-3.x19 * printcmd.c (print_frame_args): Always set highest_offset to
68 * printcmd.c (print_frame_args): check highest_offset != -1, not i.
H A DChangeLog-19902683 * printcmd.c (print_frame_args): Change highest_offset to point
2715 * printcmd.c (print_frame_args): Make highest_offset an int.