mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:40:24 +02:00
Todo reminders for later improvements
This commit is contained in:
parent
052a1245a7
commit
211a02deb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user