GDB Stub: do not send a packet when we just connected

This commit is contained in:
aldelaro5
2022-01-02 04:35:55 -05:00
parent 85d2ea0dd2
commit 4b131bf1ce
3 changed files with 11 additions and 1 deletions

View File

@ -22,6 +22,7 @@ void Deinit();
bool IsActive();
bool HasControl();
void TakeControl();
bool JustConnected();
void ProcessCommands(bool loop_until_continue);
void SendSignal(Signal signal);