We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a756db commit 7638844Copy full SHA for 7638844
lldb/include/lldb/API/SBSaveCoreOptions.h
@@ -120,10 +120,10 @@ class LLDB_API SBSaveCoreOptions {
120
/// Get the Thread at the specified index.
121
///
122
/// \param [in] idx
123
- /// The index of the thread to return.
+ /// The zero based index of the thread to return.
124
/// \returns
125
- /// The thread at the specified index, or an empty thread if the index is
126
- /// greater than or equal to the number of threads.
+ /// The thread at the specified index, or an invalid SBThread if the index
+ /// is greater than or equal to the number of threads.
127
lldb::SBThread GetThreadAtIndex(uint32_t idx) const;
128
129
/// Reset all options.
0 commit comments