Searched refs:save_process_group (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Host/
H A DTerminal.h95 /// and if "save_process_group" is true, attempt to save the process
101 /// @param[in] save_process_group
110 Save (int fd, bool save_process_group);
224 /// by \a save_process_group.
233 /// @param[in] save_process_group
241 Save (uint32_t idx, int fd, bool save_process_group);
/external/lldb/source/Host/common/
H A DTerminal.cpp134 // and if "save_process_group" is true, attempt to save the process
138 TerminalState::Save (int fd, bool save_process_group) argument
151 if (save_process_group)
299 TerminalStateSwitcher::Save (uint32_t idx, int fd, bool save_process_group) argument
303 return m_ttystates[idx].Save(fd, save_process_group);

Completed in 118 milliseconds