We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16254da commit 089ad6fCopy full SHA for 089ad6f
lldb/include/lldb/Target/Process.h
@@ -2545,6 +2545,9 @@ void PruneThreadPlans();
2545
/// The descriptor's ownership is transferred to the underlying
2546
/// ConnectionFileDescriptor.
2547
///
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
+ ///
2551
/// \param[in] fd
2552
/// The file descriptor to use for process STDIO communication. It's
2553
/// assumed to be valid and will be managed by the newly created
0 commit comments