GdbmiDebugger/Server: FIX Add ability to inject gdb-commands specified by user.

git-svn-id: trunk@61890 -
This commit is contained in:
martin 2019-09-16 20:05:05 +00:00
parent 9ef0d523bc
commit bb55284e92

View File

@ -11363,6 +11363,7 @@ begin
t := DefaultTimeOut;
f := [];
for i := 0 to ACommands.Count - 1 do begin
s := ACommands[i];
if (s = '') or (s = '#') then
continue;