Searched refs:catch_command_errors (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | main.c | 891 catch_command_errors (source_script, system_gdbinit, 0, RETURN_MASK_ALL); in captured_main() 899 catch_command_errors (source_script, home_gdbinit, 0, RETURN_MASK_ALL); in captured_main() 906 catch_command_errors (source_script, cmdarg_p->string, in captured_main() 910 catch_command_errors (execute_command, cmdarg_p->string, in captured_main() 918 catch_command_errors (cd_command, cdarg, 0, RETURN_MASK_ALL); in captured_main() 922 catch_command_errors (directory_switch, dirarg[i], 0, RETURN_MASK_ALL); in captured_main() 938 if (catch_command_errors (exec_file_attach, execarg, in captured_main() 940 catch_command_errors (symbol_file_add_main, symarg, in captured_main() 946 catch_command_errors (exec_file_attach, execarg, in captured_main() 949 catch_command_errors (symbol_file_add_main, symarg, in captured_main() [all …]
|
H A D | exceptions.h | 257 extern int catch_command_errors (catch_command_errors_ftype *func,
|
H A D | exceptions.c | 566 catch_command_errors (catch_command_errors_ftype * command, in catch_command_errors() function
|