diff options
author | Caroline Tice <ctice@apple.com> | 2011-04-05 18:46:00 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2011-04-05 18:46:00 +0000 |
commit | ad379efc86cc4aaf631b6b25f1280da00e5a2eac (patch) | |
tree | f3864dc8a3c69ef8f58b1f51df62d284ebd36d36 /lldb/source/Core/Disassembler.cpp | |
parent | 293875ef55172ab6c06c2afdc3c5adf8990dfa7d (diff) | |
download | bcm5719-llvm-ad379efc86cc4aaf631b6b25f1280da00e5a2eac.tar.gz bcm5719-llvm-ad379efc86cc4aaf631b6b25f1280da00e5a2eac.zip |
Add the rest of the mechanisms to make ARM instruction emulation usable/possible.
llvm-svn: 128907
Diffstat (limited to 'lldb/source/Core/Disassembler.cpp')
-rw-r--r-- | lldb/source/Core/Disassembler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/Disassembler.cpp b/lldb/source/Core/Disassembler.cpp index 2d64c644262..e2de734d5d7 100644 --- a/lldb/source/Core/Disassembler.cpp +++ b/lldb/source/Core/Disassembler.cpp @@ -18,6 +18,7 @@ #include "lldb/Core/DataBufferHeap.h" #include "lldb/Core/DataExtractor.h" #include "lldb/Core/Debugger.h" +#include "lldb/Core/EmulateInstruction.h" #include "lldb/Core/Module.h" #include "lldb/Core/PluginManager.h" #include "lldb/Core/Timer.h" |