summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBInstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBInstruction.h')
-rw-r--r--lldb/include/lldb/API/SBInstruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h
index 880cbe17202..79ffd8e27e2 100644
--- a/lldb/include/lldb/API/SBInstruction.h
+++ b/lldb/include/lldb/API/SBInstruction.h
@@ -53,7 +53,7 @@ public:
GetDescription (lldb::SBStream &description);
bool
- EmulateWithFrame (lldb::SBFrame &frame, bool auto_advance_pc);
+ EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
bool
DumpEmulation (const char * triple); // triple is to specify the architecture, e.g. 'armv6' or 'arm-apple-darwin'
OpenPOWER on IntegriCloud