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.
2 parents f990bf5 + eec85fb commit 50db7c0Copy full SHA for 50db7c0
‎lldb/include/lldb/API/SBTraceCursor.h
@@ -124,11 +124,6 @@ class LLDB_API SBTraceCursor {
124
/// \b true if and only if the cursor ends up pointing to a valid item.
125
bool Seek(int64_t offset, lldb::TraceCursorSeekType origin);
126
127
- /// \return
128
- /// The \a ExecutionContextRef of the backing thread from the creation time
129
- /// of this cursor.
130
- SBExecutionContext &GetExecutionContextRef();
131
-
132
/// Trace item information (instructions, errors and events)
133
/// \{
134
0 commit comments