Searched refs:return_command (Results 1 – 16 of 16) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | frame.h | 596 extern void return_command (char *, int);
|
H A D | stack.c | 1756 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 D | ChangeLog-2003 | 686 * 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 D | ChangeLog-1992 | 137 * 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 D | ChangeLog | 4449 * 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 D | ChangeLog-3.x | 2861 * stack.c (return_command): Fixed method for checking when all of
|
H A D | ChangeLog-2002 | 844 (return_command, func_command, get_frame_language): Ditto. 3322 (return_command): Make non static. 3349 return_command): Export from stack.c.
|
H A D | ChangeLog-1993 | 2384 * stack.c (return_command): Fetch lazy value directly, not via 2457 (return_command): initialize return_value.
|
H A D | ChangeLog-1995 | 407 * stack.c (return_command): Select new current frame silently if
|
H A D | ChangeLog-1991 | 4502 (return_command): Pop until the PC matches as well as the FP,
|
H A D | ChangeLog-1994 | 946 * stack.c (return_command): Cast return value to the return
|
H A D | ChangeLog-2000 | 984 * stack.c (return_command): Pop dummy frame if we just returned from
|
H A D | ChangeLog-1999 | 670 return_command().
|
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
H A D | mi-main.c | 176 return_command (args, 0); in mi_cmd_exec_return() 180 return_command (NULL, 0); in mi_cmd_exec_return()
|
H A D | ChangeLog-1999-2003 | 311 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 D | ChangeLog | 2046 * gdbint.texinfo (POP_FRAME): Document use by return_command.
|