Todo reminders for later improvements

This commit is contained in:
ccrause 2021-08-09 21:46:06 +02:00
parent 052a1245a7
commit 211a02deb9

View File

@ -1026,11 +1026,12 @@ begin
if AAfterUploadBreakZero then
SetBreakWatchPoint(0, wkpExec); // Todo: check if different address is required
// Todo: Rather use a user configurable list of monitor commands, similar to AAfterConnectMonitorCmds
if AAfterUploadMonitorReset then
SendMonitorCmd('reset');
// Must be last init command, after init the debug loop waits for the response in WaitForSignal
res := FSendCommand('?');
res := FSendCommand('?'); // Todo: should rather call FSendCommandOK, but qemu doesn't send ACK for '?'
finally
LeaveCriticalSection(fCS);
end;