fix #86 - gdb commnader, cmain argc value is wrong when "queryArguments" is not checked

This commit is contained in:
Basile Burg 2021-09-11 22:12:35 +02:00
parent 6a7c74e3a1
commit fcad680170
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,10 @@
- GDB commander: add an option allowing to set the path to the gdb binary. (#73)
- Search results: use GNU style messages. (#84)
## Bugs fixed
- GDB comm&nder: 5 empty arguments were passed to the main function called by libc. (#86)
# v3.9.11
## Regressions fixed

View File

@ -2065,6 +2065,7 @@ begin
end;
if DirectoryExists(fSyms.expand(o.workingDirectory)) then
gdbCommand('-environment-cd ' + fSyms.expand(o.workingDirectory));
str := ' ';
if not o.arguments.Count.equals(0) or o.queryArguments then
begin
str := '';