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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h60 /// "save_process_group" is true, attempt to save the process group info for
66 /// \param[in] save_process_group
73 bool Save(int fd, bool save_process_group);
155 /// information will also be saved if requested by \a save_process_group.
164 /// \param[in] save_process_group
170 bool Save(uint32_t idx, int fd, bool save_process_group);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp106 // "save_process_group" is true, attempt to save the process group info for the
108 bool TerminalState::Save(int fd, bool save_process_group) { argument
122 if (save_process_group)
231 bool save_process_group) {
234 return m_ttystates[idx].Save(fd, save_process_group);
230 Save(uint32_t idx, int fd, bool save_process_group) argument

Completed in 94 milliseconds