class JobExceptionObserver
Defined at line 16 of file ../../src/developer/debug/debug_agent/job_exception_observer.h
In all cases, the observer is responsible for correctly handling the lifetime of |exception|.
Public Methods
void OnProcessStarting (std::unique_ptr<ProcessHandle> process, std::unique_ptr<ExceptionHandle> exception)
void OnProcessNameChanged (std::unique_ptr<ProcessHandle> process, std::unique_ptr<ExceptionHandle> exception)
void OnUnhandledException (std::unique_ptr<ExceptionHandle> exception)