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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstack.c218 long highest_offset = -1;
253 /* If this is the highest offset seen yet, set highest_offset. */
254 if (highest_offset == -1
255 || (current_offset > highest_offset))
256 highest_offset = current_offset;
377 if (highest_offset == -1)
380 start = highest_offset;
217 long highest_offset = -1; local
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.

Completed in 195 milliseconds