Home
last modified time | relevance | path

Searched refs:handled_exception (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dhw_breakpoint.c854 int handled_exception = 0, *kernel_step; in reinstall_suspended_bps() local
867 handled_exception = 1; in reinstall_suspended_bps()
873 handled_exception = 1; in reinstall_suspended_bps()
876 if (handled_exception) { in reinstall_suspended_bps()
880 handled_exception = 0; in reinstall_suspended_bps()
894 handled_exception = 1; in reinstall_suspended_bps()
896 handled_exception = 0; in reinstall_suspended_bps()
902 return !handled_exception; in reinstall_suspended_bps()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dhw_breakpoint.c854 int handled_exception = 0, *kernel_step; in reinstall_suspended_bps() local
867 handled_exception = 1; in reinstall_suspended_bps()
873 handled_exception = 1; in reinstall_suspended_bps()
876 if (handled_exception) { in reinstall_suspended_bps()
880 handled_exception = 0; in reinstall_suspended_bps()
894 handled_exception = 1; in reinstall_suspended_bps()
896 handled_exception = 0; in reinstall_suspended_bps()
902 return !handled_exception; in reinstall_suspended_bps()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dhw_breakpoint.c854 int handled_exception = 0, *kernel_step; in reinstall_suspended_bps() local
867 handled_exception = 1; in reinstall_suspended_bps()
873 handled_exception = 1; in reinstall_suspended_bps()
876 if (handled_exception) { in reinstall_suspended_bps()
880 handled_exception = 0; in reinstall_suspended_bps()
894 handled_exception = 1; in reinstall_suspended_bps()
896 handled_exception = 0; in reinstall_suspended_bps()
902 return !handled_exception; in reinstall_suspended_bps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dmodule_system_unittest.cc52 bool handled_exception() const { return handled_exception_; } in handled_exception() function in extensions::TestExceptionHandler
63 ASSERT_FALSE(handler->handled_exception()); in TEST_F()
68 ASSERT_TRUE(handler->handled_exception()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Dmodule_system_unittest.cc52 bool handled_exception() const { return handled_exception_; } in handled_exception() function in extensions::TestExceptionHandler
63 ASSERT_FALSE(handler->handled_exception()); in TEST_F()
68 ASSERT_TRUE(handler->handled_exception()); in TEST_F()
/dports/www/py-quilt3/quilt3-3.6.0/quilt3/workflows/
H A D__init__.py150 handled_exception = (OSError if schema_pk.is_local() else botocore.exceptions.ClientError)
153 except handled_exception as e:
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dtesting.py435 handled_exception = None
445 handled_exception = ex
456 elif handled_exception:
/dports/www/mod_php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg.h244 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c875 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1717 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1732 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/www/mod_php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg.h239 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c871 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1682 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1697 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/lang/php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg.h246 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c930 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1762 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1780 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/lang/php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg.h246 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c884 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1724 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1742 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/lang/php81/php-8.1.1/sapi/phpdbg/
H A Dphpdbg.h239 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c871 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1682 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1697 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/lang/php80/php-8.0.15/sapi/phpdbg/
H A Dphpdbg.h244 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c875 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1717 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1732 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/www/mod_php74/php-7.4.27/sapi/phpdbg/
H A Dphpdbg.h246 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c884 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1724 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1742 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/www/mod_php73/php-7.3.33/sapi/phpdbg/
H A Dphpdbg.h246 …zend_object *handled_exception; /* last handled exception (prevent multiple handling … variable
H A Dphpdbg_prompt.c930 PHPDBG_G(handled_exception) = NULL; in PHPDBG_COMMAND()
1762 …if (exception && PHPDBG_G(handled_exception) != exception && !(PHPDBG_G(flags) & PHPDBG_IN_EVAL)) { in phpdbg_execute_ex()
1780 PHPDBG_G(handled_exception) = exception; in phpdbg_execute_ex()
/dports/lang/yap/yap-6.2.2/C/
H A Derrors.c229 handled_exception(void) in handled_exception() function
263 if (handled_exception()) in dump_stack()