Searched refs:catch_exceptions (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 162 catch_exceptions_ = GTEST_FLAG(catch_exceptions); in GTestFlagSaver() 184 GTEST_FLAG(catch_exceptions) = catch_exceptions_; in ~GTestFlagSaver() 828 bool catch_exceptions() const { return catch_exceptions_; } in catch_exceptions() function
|
H A D | gtest.cc | 222 GTEST_DEFINE_bool_(catch_exceptions, 568 if (!GTEST_FLAG(catch_exceptions)) in GTestShouldProcessSEH() 2466 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported() 4880 impl()->set_catch_exceptions(GTEST_FLAG(catch_exceptions)); in Run() 4887 if (impl()->catch_exceptions() || in_death_test_child_process) { in Run() 5948 >EST_FLAG(catch_exceptions)) || in ParseGoogleTestFlag()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest.h | 97 GTEST_DECLARE_bool_(catch_exceptions);
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2005 | 6295 * exceptions.h (catch_exceptions): Delete errstring parameter. 6298 (catch_exceptions): Update. 6302 * exceptions.c (catch_exceptions): Update. 6313 catch_exceptions, use catch_exceptions and exception_fprintf. 6316 prefix to catch_exceptions, use catch_exceptions and 6540 (catch_exceptions): Replace body with call to 6555 (throw_exception, catcher, catch_exceptions)
|
H A D | ChangeLog-2017 | 5824 references to catch_exceptions. 5825 * exceptions.c (catch_exceptions, catch_exceptions_with_msg): 5827 * exceptions.h (catch_exceptions_ftype, catch_exceptions) 5846 catch_exceptions. 5849 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
|
H A D | ChangeLog-2001 | 2800 catch_exceptions. 2858 (catch_exceptions): Declare. 2866 (catch_exceptions): New function, use catcher.
|
H A D | ChangeLog-2009 | 11578 * exceptions.h: Clean up some comments on catch_exceptions usage. 11580 catch_exceptions.
|
H A D | ChangeLog-2011 | 7563 * exceptions.c (catch_exceptions):
|
H A D | ChangeLog-2003 | 6834 (insert_breakpoints): Use catch_exceptions to call
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2005 | 6295 * exceptions.h (catch_exceptions): Delete errstring parameter. 6298 (catch_exceptions): Update. 6302 * exceptions.c (catch_exceptions): Update. 6313 catch_exceptions, use catch_exceptions and exception_fprintf. 6316 prefix to catch_exceptions, use catch_exceptions and 6540 (catch_exceptions): Replace body with call to 6555 (throw_exception, catcher, catch_exceptions)
|
H A D | ChangeLog-2017 | 5824 references to catch_exceptions. 5825 * exceptions.c (catch_exceptions, catch_exceptions_with_msg): 5827 * exceptions.h (catch_exceptions_ftype, catch_exceptions) 5846 catch_exceptions. 5849 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
|
H A D | ChangeLog-2001 | 2800 catch_exceptions. 2858 (catch_exceptions): Declare. 2866 (catch_exceptions): New function, use catcher.
|
H A D | ChangeLog-2009 | 11578 * exceptions.h: Clean up some comments on catch_exceptions usage. 11580 catch_exceptions.
|
H A D | ChangeLog-2011 | 7563 * exceptions.c (catch_exceptions):
|
H A D | ChangeLog-2003 | 6834 (insert_breakpoints): Use catch_exceptions to call
|
/netbsd-src/external/gpl3/gdb/dist/gdb/mi/ |
H A D | ChangeLog-1999-2003 | 368 Modify function to comply with requirements from catch_exceptions. 370 (mi_execute_command): Use catch_exceptions.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/mi/ |
H A D | ChangeLog-1999-2003 | 368 Modify function to comply with requirements from catch_exceptions. 370 (mi_execute_command): Use catch_exceptions.
|