Home
last modified time | relevance | path

Searched refs:catch_command_errors (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmain.c612 catch_command_errors (source_command, homeinit, 0, RETURN_MASK_ALL); in captured_main()
631 catch_command_errors (cd_command, cdarg, 0, RETURN_MASK_ALL); in captured_main()
635 catch_command_errors (directory_command, dirarg[i], 0, RETURN_MASK_ALL); in captured_main()
645 if (catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL)) in captured_main()
646 catch_command_errors (symbol_file_add_main, symarg, 0, RETURN_MASK_ALL); in captured_main()
651 catch_command_errors (exec_file_attach, execarg, !batch, RETURN_MASK_ALL); in captured_main()
653 catch_command_errors (symbol_file_add_main, symarg, 0, RETURN_MASK_ALL); in captured_main()
673 if (catch_command_errors (attach_command, corearg, in captured_main()
675 catch_command_errors (core_file_command, corearg, in captured_main()
679 catch_command_errors (core_file_command, corearg, in captured_main()
[all …]
H A Ddefs.h1019 extern int catch_command_errors (catch_command_errors_ftype *func, char *command, int from_tty, ret…
H A Dtop.c567 catch_command_errors (catch_command_errors_ftype * command, in catch_command_errors() function
H A DChangeLog-19991288 replacing SET_TOP_LEVEL with catch_command_errors.
1292 * defs.h (catch_command_errors_ftype, catch_command_errors): Add
1295 (do_captured_command, catch_command_errors): New functions. Call
1301 calls to catch_command_errors. Delete calls to do_cleanups which