Skip to content

Commit eec85fb

Browse files
committed
[lldb] Remove unimplemented SBTraceCursor::GetExecutionContextRef
Fixes TAPI verification error: SBTraceCursor.h:130:23: error: declaration has external linkage, but dynamic library doesn't have symbol '__ZN4lldb13SBTraceCursor22GetExecutionContextRefEv' SBExecutionContext &GetExecutionContextRef(); ^ Remove the method as it doesn't have an implementation. (cherry picked from commit d6eaaa1)
1 parent f990bf5 commit eec85fb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/include/lldb/API/SBTraceCursor.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ class LLDB_API SBTraceCursor {
124124
/// \b true if and only if the cursor ends up pointing to a valid item.
125125
bool Seek(int64_t offset, lldb::TraceCursorSeekType origin);
126126

127-
/// \return
128-
/// The \a ExecutionContextRef of the backing thread from the creation time
129-
/// of this cursor.
130-
SBExecutionContext &GetExecutionContextRef();
131-
132127
/// Trace item information (instructions, errors and events)
133128
/// \{
134129

0 commit comments

Comments
 (0)