|
LLDB mainline
|
Terminal window dimensions to use when the launcher creates a pseudo-terminal for the inferior's stdio. More...
#include <ProcessLaunchInfo.h>
Public Attributes | |
| uint16_t | cols = 0 |
| uint16_t | rows = 0 |
Terminal window dimensions to use when the launcher creates a pseudo-terminal for the inferior's stdio.
Definition at line 179 of file ProcessLaunchInfo.h.
| uint16_t lldb_private::ProcessLaunchInfo::STDIOWindowSize::cols = 0 |
Definition at line 180 of file ProcessLaunchInfo.h.
Referenced by lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::LaunchProcess().
| uint16_t lldb_private::ProcessLaunchInfo::STDIOWindowSize::rows = 0 |
Definition at line 181 of file ProcessLaunchInfo.h.
Referenced by lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::LaunchProcess().