mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 04:29:28 +02:00
* Fix for gdb66/mingw (general?) program reset issue. Instructs GDB to turn confirmation off. Mantis 0011968
git-svn-id: trunk@13158 -
This commit is contained in:
parent
39afd88425
commit
c0aa309cde
@ -2100,6 +2100,9 @@ begin
|
||||
gdb_command('set print vtbl on');
|
||||
gdb_command('set print object on');
|
||||
gdb_command('set print null-stop');
|
||||
{$ifdef USE_MINGW_GDB} // maybe this also should be done for newer cygwin gdbs.
|
||||
gdb_command('set confirm off');
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user