Home
last modified time | relevance | path

Searched refs:handle_debug_exceptions_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h261 bool get_handle_debug_exceptions() const { return handle_debug_exceptions_; } in get_handle_debug_exceptions()
263 handle_debug_exceptions_ = handle_debug_exceptions; in set_handle_debug_exceptions()
482 bool handle_debug_exceptions_; variable
Dexception_handler.cc176 handle_debug_exceptions_ = false; in Initialize()