diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-04-25 21:07:40 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-04-25 21:07:40 +0000 |
| commit | 078daac55d8fca326a220e914c8c1db544b9e27a (patch) | |
| tree | c6c17decfe5f7211ace68b6a0b782b07812f816d /lldb/source/Plugins/UnwindAssembly/x86 | |
| parent | ffc922e3891002f2668ca8cd9a38f250c7532a93 (diff) | |
| download | bcm5719-llvm-078daac55d8fca326a220e914c8c1db544b9e27a.tar.gz bcm5719-llvm-078daac55d8fca326a220e914c8c1db544b9e27a.zip | |
Even more renaming.
llvm-svn: 130155
Diffstat (limited to 'lldb/source/Plugins/UnwindAssembly/x86')
| -rw-r--r-- | lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp (renamed from lldb/source/Plugins/UnwindAssembly/x86/UnwindAssemblyx86.cpp) | 4 | ||||
| -rw-r--r-- | lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h (renamed from lldb/source/Plugins/UnwindAssembly/x86/UnwindAssemblyx86.h) | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssemblyx86.cpp b/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp index b1738332264..d1fd2dfddab 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssemblyx86.cpp +++ b/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp @@ -1,4 +1,4 @@ -//===-- UnwindAssemblyx86.cpp -----------------------------------*- C++ -*-===// +//===-- UnwindAssembly-x86.cpp ----------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "UnwindAssemblyx86.h" +#include "UnwindAssembly-x86.h" #include "llvm-c/EnhancedDisassembly.h" diff --git a/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssemblyx86.h b/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h index 3126454781d..057c7f2e34f 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssemblyx86.h +++ b/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h @@ -1,4 +1,4 @@ -//===-- UnwindAssemblyx86.h -------------------------------------*- C++ -*-===// +//===-- UnwindAssembly-x86.h -------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UnwindAssemblyx86_h_ -#define liblldb_UnwindAssemblyx86_h_ +#ifndef liblldb_UnwindAssembly_x86_h_ +#define liblldb_UnwindAssembly_x86_h_ #include "lldb/lldb-private.h" #include "lldb/Target/UnwindAssemblyProfiler.h" @@ -70,4 +70,4 @@ private: } // namespace lldb_private -#endif // liblldb_UnwindAssemblyx86_h_ +#endif // liblldb_UnwindAssembly_x86_h_ |

