struct WatchProcessConfig

Defined at line 92 of file ../../src/developer/debug/shared/message_loop_fuchsia.h

Attaches to the exception port of the given process and issues callbacks on the given watcher.

The watcher must outlive the returned WatchHandle. Must only be called on the message loop

thread.

Public Members

basic_string process_name
zx_handle_t process_handle
zx_koid_t process_koid
ZirconExceptionWatcher * watcher
bool claim_exception_channel