-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Reverse Diagnostics Server (#33307)
* Add Advertise IPC Command * Update diagnostics server to use both reverse and traditional modes * Change DOTNET_DiagnosticsServerAddress to DOTNET_DiagnosticsMonitorAddress and only use for reverse connection * Add IpcStreamFactory abstraction * IpcStreamFactory::Poll is now more similar to the poll API from Linux * IpcPollHandle struct is used to abstract listening for client and server connections * use overlapped io for all io on windows * Add ConnectionState abstraction * Implement timeout read/write
- Loading branch information
John Salem
authored
Apr 20, 2020
1 parent
779588a
commit 629dba5
Showing
15 changed files
with
1,587 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.