|
LLDB mainline
|
#include <string>#include "lldb/Utility/Flags.h"#include "lldb/Host/FileAction.h"#include "lldb/Host/Host.h"#include "lldb/Host/PseudoTerminal.h"#include "lldb/Utility/FileSpec.h"#include "lldb/Utility/ProcessInfo.h"Go to the source code of this file.
Classes | |
| class | lldb_private::ProcessLaunchInfo |
| struct | lldb_private::ProcessLaunchInfo::STDIOWindowSize |
| Terminal window dimensions to use when the launcher creates a pseudo-terminal for the inferior's stdio. More... | |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |
Typedefs | |
| using | lldb_private::PTY = PseudoTerminal |
| using | lldb_private::FileActionImpl = FileAction |