gdbconnection patch - fixes remote debugging
This commit is contained in:
parent
f9e8205db6
commit
d5b4f885d7
|
@ -160,6 +160,8 @@ BEGIN_MESSAGE_MAP(GDBWaitingDlg, CDialog)
|
|||
ON_BN_CLICKED(ID_CANCEL, OnCancel)
|
||||
ON_WM_CLOSE()
|
||||
//}}AFX_MSG_MAP
|
||||
ON_MESSAGE(SOCKET_MESSAGE, OnSocketAccept)
|
||||
ON_MESSAGE(SOCKET_MESSAGE, OnSocketAccept)
|
||||
END_MESSAGE_MAP()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue