summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBSymbolContext.i5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/scripts/Python/interface/SBSymbolContext.i b/lldb/scripts/Python/interface/SBSymbolContext.i
index 00d80da9892..5f29e8e2c3b 100644
--- a/lldb/scripts/Python/interface/SBSymbolContext.i
+++ b/lldb/scripts/Python/interface/SBSymbolContext.i
@@ -73,9 +73,8 @@ public:
void SetSymbol (lldb::SBSymbol symbol);
lldb::SBSymbolContext
- GetParentInlinedFrameInfo (const lldb::SBAddress &curr_frame_pc,
- bool is_concrete_frame,
- lldb::SBAddress &parent_frame_addr) const;
+ GetParentOfInlinedScope (const lldb::SBAddress &curr_frame_pc,
+ lldb::SBAddress &parent_frame_addr) const;
bool
OpenPOWER on IntegriCloud