mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
Use 0 instead of 0xffffffff to disable page width
git-svn-id: trunk@45358 -
This commit is contained in:
parent
db0f0be3ba
commit
a414997a84
@ -2984,10 +2984,9 @@ begin
|
|||||||
gdb__init;
|
gdb__init;
|
||||||
command_level:=0;
|
command_level:=0;
|
||||||
{ set output mode for GDB }
|
{ set output mode for GDB }
|
||||||
{ only these values disable filtering
|
{ set height and width to zero to disable paging }
|
||||||
DONT CHANGE THEM !!! PM }
|
gdb_command('set width 0');
|
||||||
gdb_command('set width 0xffffffff');
|
gdb_command('set height 0');
|
||||||
gdb_command('set height 0xffffffff');
|
|
||||||
{ other standard commands used for fpc debugging }
|
{ other standard commands used for fpc debugging }
|
||||||
gdb_command('set print demangle off');
|
gdb_command('set print demangle off');
|
||||||
gdb_command('set gnutarget auto');
|
gdb_command('set gnutarget auto');
|
||||||
|
Loading…
Reference in New Issue
Block a user