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.h263 bool get_handle_debug_exceptions() const { return handle_debug_exceptions_; } in get_handle_debug_exceptions()
265 handle_debug_exceptions_ = handle_debug_exceptions; in set_handle_debug_exceptions()
484 bool handle_debug_exceptions_; variable
Dexception_handler.cc175 handle_debug_exceptions_ = false; in Initialize()