summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2011-04-22 05:08:45 +0000
committerCaroline Tice <ctice@apple.com>2011-04-22 05:08:45 +0000
commitde2fb9cf76b2623db02f46b02379cf57ed480b68 (patch)
treeccef0b0a3e6d6632dea190bfa7d888aa19e2dc33 /lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
parent22a19816f6c7c2942fe8f773872791755b5b1c7f (diff)
downloadbcm5719-llvm-de2fb9cf76b2623db02f46b02379cf57ed480b68.tar.gz
bcm5719-llvm-de2fb9cf76b2623db02f46b02379cf57ed480b68.zip
Change code for reading emulation data files to read the new file
format. (The newly formatted files will go in as a separate commit in a few minutes). llvm-svn: 129981
Diffstat (limited to 'lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h')
-rw-r--r--lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
index 49ade996186..faaae730680 100644
--- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
+++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
@@ -12,6 +12,7 @@
#include "lldb/Core/EmulateInstruction.h"
#include "lldb/Core/Error.h"
+#include "lldb/Interpreter/NamedOptionValue.h"
#include "Plugins/Process/Utility/ARMDefines.h"
namespace lldb_private {
@@ -150,7 +151,7 @@ public:
EvaluateInstruction ();
virtual bool
- TestEmulation (Stream *out_stream, FILE *test_file, ArchSpec &arch);
+ TestEmulation (Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data);
uint32_t
ArchVersion();
OpenPOWER on IntegriCloud