Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd

git-svn-id: trunk@58482 -
This commit is contained in:
martin 2018-07-10 20:23:39 +00:00
parent 8e57b3ec32
commit e09fd578b4

View File

@ -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, '"']);