Skip to content

Commit 089ad6f

Browse files
fixup! [NFC][lldb] document Process::SetSTDIOFileDescriptor
1 parent 16254da commit 089ad6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/include/lldb/Target/Process.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,6 +2545,9 @@ void PruneThreadPlans();
25452545
/// The descriptor's ownership is transferred to the underlying
25462546
/// ConnectionFileDescriptor.
25472547
///
2548+
/// When data is successfully read from the file descriptor, it is stored in
2549+
/// m_stdout_data. There is no differentiation between stdout and stderr.
2550+
///
25482551
/// \param[in] fd
25492552
/// The file descriptor to use for process STDIO communication. It's
25502553
/// assumed to be valid and will be managed by the newly created

0 commit comments

Comments
 (0)