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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstack.c225 int args_printed = 0;
262 /* Add the number of ints we're about to print to args_printed. */
263 args_printed += (arg_size + sizeof (int) - 1) / sizeof (int);
384 print_frame_nameless_args (fi, start, num - args_printed,
224 int args_printed = 0; local

Completed in 160 milliseconds