Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/browser/
Dnacl_process_host.cc247 enable_debug_stub_(false), in NaClProcessHost()
264 enable_debug_stub_ = CommandLine::ForCurrentProcess()->HasSwitch( in NaClProcessHost()
706 params.enable_debug_stub = enable_debug_stub_ && in StartNaClExecution()
970 if (!enable_exception_handling_ && !enable_debug_stub_) { in AttachDebugExceptionHandler()
Dnacl_process_host.h219 bool enable_debug_stub_; variable