From 7ba6e991583603e0dbeb632a9086a9f9fbf5445c Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 11 May 2012 23:47:32 +0000 Subject: Found one more place where the OkayToDiscard needs to be consulted. Also changed the defaults for SBThread::Step* to not delete extant plans. Also added some test cases to test more complex stepping scenarios. llvm-svn: 156667 --- lldb/scripts/Python/interface/SBFrame.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBFrame.i b/lldb/scripts/Python/interface/SBFrame.i index 4bedbff8cce..20093a026aa 100644 --- a/lldb/scripts/Python/interface/SBFrame.i +++ b/lldb/scripts/Python/interface/SBFrame.i @@ -137,6 +137,9 @@ public: lldb::SBValue EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic); + lldb::SBValue + EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error); + %feature("docstring", " /// Gets the lexical block that defines the stack frame. Another way to think /// of this is it will return the block that contains all of the variables -- cgit v1.2.3