[binutils-gdb] catch_command_errors: Remove 'mask' parameter
sergiodj+buildbot@redhat.com
sergiodj+buildbot@redhat.com
Sat Feb 28 11:58:00 GMT 2015
*** TEST RESULTS FOR COMMIT 97c185659a35d249aa20c89674e3da2baf4b4352 ***
Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: 97c185659a35d249aa20c89674e3da2baf4b4352
catch_command_errors: Remove 'mask' parameter
All callers of catch_command_errors pass RETURN_MASK_ALL as mask
argument. This patch eliminates the mask parameter as unnecessary.
gdb/ChangeLog:
2015-02-27 Pedro Alves <palves@redhat.com>
* main.c (catch_command_errors, catch_command_errors_const):
Remove 'mask' argument. Adjust.
(captured_main): Adjust callers.
gdb/testsuite/ChangeLog:
2015-02-27 Pedro Alves <palves@redhat.com>
* gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
call to catch_command_errors.
* gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
catch_command_errors.
More information about the Gdb-testers
mailing list