diff options
Diffstat (limited to 'components/nacl/common/nacl_messages.h')
-rw-r--r-- | components/nacl/common/nacl_messages.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/nacl/common/nacl_messages.h b/components/nacl/common/nacl_messages.h index 2b1fbba..bb58f9e 100644 --- a/components/nacl/common/nacl_messages.h +++ b/components/nacl/common/nacl_messages.h @@ -66,6 +66,11 @@ IPC_MESSAGE_CONTROL0(NaClProcessMsg_StopBroker) IPC_SYNC_MESSAGE_CONTROL1_1(NaClProcessMsg_AttachDebugExceptionHandler, std::string, /* Internal process info */ bool /* Result */) + +// Notify the browser process that the NaCl process has bound the given +// TCP port number to use for the GDB debug stub. +IPC_MESSAGE_CONTROL1(NaClProcessHostMsg_DebugStubPortSelected, + uint16_t /* debug_stub_port */) #endif // Used by the NaCl process to query a database in the browser. The database |