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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dframe.h596 extern void return_command (char *, int);
H A Dstack.c1763 return_command (char *retval_exp, int from_tty)
1995 add_com ("return", class_stack, return_command,
1756 return_command (char *retval_exp, int from_tty) function
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c174 /* Call return_command with from_tty argument equal to 0 so as to
176 return_command (args, 0);
178 /* Call return_command with from_tty argument equal to 0 so as to
180 return_command (NULL, 0);
182 /* Because we have called return_command with from_tty = 0, we need

Completed in 134 milliseconds