diff options
author | Greg Clayton <gclayton@apple.com> | 2011-04-25 21:14:26 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-04-25 21:14:26 +0000 |
commit | 7be2542fc90eee4e66f33d4e59cc8ca800cfa555 (patch) | |
tree | 0e727136c725a34341e48bff2ffadb27b8e8fd19 /lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp | |
parent | 078daac55d8fca326a220e914c8c1db544b9e27a (diff) | |
download | bcm5719-llvm-7be2542fc90eee4e66f33d4e59cc8ca800cfa555.tar.gz bcm5719-llvm-7be2542fc90eee4e66f33d4e59cc8ca800cfa555.zip |
Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.
llvm-svn: 130156
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp')
-rw-r--r-- | lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp index 966b526d6c0..1379cd4ce12 100644 --- a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp +++ b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp @@ -21,7 +21,7 @@ #include "lldb/Target/RegisterContext.h" #include "lldb/Target/Thread.h" #include "lldb/Target/Target.h" -#include "lldb/Target/UnwindAssemblyProfiler.h" +#include "lldb/Target/UnwindAssembly.h" using namespace lldb; using namespace lldb_private; @@ -50,7 +50,7 @@ UnwindAssemblyInstEmulation::FirstNonPrologueInsn (AddressRange& func, Target& t return false; } -UnwindAssemblyProfiler * +UnwindAssembly * UnwindAssemblyInstEmulation::CreateInstance (const ArchSpec &arch) { return NULL; |