Skip to content

Commit c60c1ea

Browse files
committed
Mark IsSwiftThunk as deprecated.
1 parent 4ac4822 commit c60c1ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/include/lldb/API/SBFrame.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class LLDB_API SBFrame {
9393
// guess the language type from the mangled name.
9494
lldb::LanguageType GuessLanguage() const;
9595

96+
LLDB_DEPRECATED("Use SBFrame::IsHidden() instead.")
9697
bool IsSwiftThunk() const;
9798

9899
lldb::SBStructuredData GetLanguageSpecificData() const;

lldb/include/lldb/Target/StackFrame.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ class StackFrame : public ExecutionContextScope,
413413
bool IsHidden();
414414

415415
/// Query whether this frame is a Swift Thunk.
416+
LLDB_DEPRECATED("Use IsHidden() instead.")
416417
bool IsSwiftThunk();
417418

418419
/// Get this frame language specific data.

0 commit comments

Comments
 (0)