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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstack.h25 void select_frame_command (char *level_exp, int from_tty);
H A Dstack.c1646 valid level. Otherwise, treat level_exp as an address expression
1651 select_frame_command (char *level_exp, int from_tty)
1658 frame = parse_frame_specification (level_exp);
1668 frame_command (char *level_exp, int from_tty)
1670 select_frame_command (level_exp, from_tty);
1677 current_frame_command (char *level_exp, int from_tty)
1645 select_frame_command(char *level_exp, int from_tty) argument
1662 frame_command(char *level_exp, int from_tty) argument
1671 current_frame_command(char *level_exp, int from_tty) argument

Completed in 68 milliseconds