Home
last modified time | relevance | path

Searched refs:return_command (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dframe.h596 extern void return_command (char *, int);
H A Dstack.c1756 return_command (char *retval_exp, int from_tty) in return_command() function
1987 add_com ("return", class_stack, return_command, in _initialize_stack()
H A DChangeLog-2003686 * stack.c (return_command): Handle "void", "legacy" and "unknown
1130 * stack.c (return_command): Update call.
1375 * stack.c (return_command): Warn when STRUCT_CONVENTION, and not
1641 * stack.c (return_command): Use get_frame_type, instead of
1859 (return_command): Rewrite. Use get_frame_id and
12266 * stack.c (return_command): Update comment.
13291 (print_frame_arg_vars, return_command): Ditto.
14398 * stack.c (return_command): Ditto.
H A DChangeLog-1992137 * stack.c (return_command): Remove explicit demangling of name
3377 * stack.c (return_command): Evaluate expression *before* popping
3573 * stack.c (return_command): Use cleanups to avoid memory leaks.
3688 * stack.c (return_command): Demangle C++ function names for query.
H A DChangeLog4449 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
7378 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8877 * stack.c (return_command): Delete code wrapped in #ifdef
11865 * stack.c (return_command): Add comments on
H A DChangeLog-3.x2861 * stack.c (return_command): Fixed method for checking when all of
H A DChangeLog-2002844 (return_command, func_command, get_frame_language): Ditto.
3322 (return_command): Make non static.
3349 return_command): Export from stack.c.
H A DChangeLog-19932384 * stack.c (return_command): Fetch lazy value directly, not via
2457 (return_command): initialize return_value.
H A DChangeLog-1995407 * stack.c (return_command): Select new current frame silently if
H A DChangeLog-19914502 (return_command): Pop until the PC matches as well as the FP,
H A DChangeLog-1994946 * stack.c (return_command): Cast return value to the return
H A DChangeLog-2000984 * stack.c (return_command): Pop dummy frame if we just returned from
H A DChangeLog-1999670 return_command().
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-main.c176 return_command (args, 0); in mi_cmd_exec_return()
180 return_command (NULL, 0); in mi_cmd_exec_return()
H A DChangeLog-1999-2003311 return_command_wrapper, use return_command instead.
1202 return_command() instead of mi_execute_async_cli_command().
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog2046 * gdbint.texinfo (POP_FRAME): Document use by return_command.