mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:02:11 +02:00
Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd
git-svn-id: trunk@58482 -
This commit is contained in:
parent
8e57b3ec32
commit
e09fd578b4
@ -204,7 +204,7 @@ begin
|
||||
|
||||
if DebugBoss.PseudoTerminal <> nil then begin
|
||||
//DebugLn(DBG_VERBOSE, ['TPseudoConsoleDlg.AddOutput PseudoTerminal.DevicePtyMaster=',
|
||||
DebugBoss.PseudoTerminal.DevicePtyMaster]);
|
||||
// DebugBoss.PseudoTerminal.DevicePtyMaster]);
|
||||
{$IFDEF USE_SLAVE_HANDLE }
|
||||
s := DebugBoss.PseudoTerminal.Devicename;
|
||||
//DebugLn(DBG_VERBOSE, ['TPseudoConsoleDlg.AddOutput PseudoTerminal.Devicename="', s, '"']);
|
||||
|
Loading…
Reference in New Issue
Block a user