summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2010-08-09 23:56:27 +0000
committerJason Molenda <jmolenda@apple.com>2010-08-09 23:56:27 +0000
commit2f1a7d9e76fbbd7d7211fc6a9a76ac9624fbd9b4 (patch)
tree4a88929e9f9fd9c7ab2d19c13819ef30b6609e25 /lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp
parent1794184ada29ba245486b999249341eb19367e8a (diff)
downloadbcm5719-llvm-2f1a7d9e76fbbd7d7211fc6a9a76ac9624fbd9b4.tar.gz
bcm5719-llvm-2f1a7d9e76fbbd7d7211fc6a9a76ac9624fbd9b4.zip
Remove unused powerpc unwind support.
llvm-svn: 110626
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp')
-rw-r--r--lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp b/lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp
index a29d742f1ed..5e072b09c99 100644
--- a/lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp
+++ b/lldb/source/Plugins/Process/Utility/libunwind/src/UnwindCursor.hpp
@@ -337,8 +337,6 @@ protected:
{ return CompactUnwinder_x86_64<A>::stepWithCompactEncoding(fInfo.format, fInfo.start_ip, fAddressSpace, fRegisters); }
int stepWithCompactEncoding(Registers_x86&)
{ return CompactUnwinder_x86<A>::stepWithCompactEncoding(fInfo.format, fInfo.start_ip, fAddressSpace, fRegisters); }
- int stepWithCompactEncoding(Registers_ppc&)
- { return UNW_EINVAL; }
#if FOR_DYLD
#if __ppc__
@@ -381,13 +379,10 @@ protected:
#endif
return false;
}
- virtual bool dwarfWithOffset(Registers_ppc&, uint32_t& offset) const { return true; }
-
virtual compact_unwind_encoding_t dwarfEncoding() const { R dummy; return dwarfEncoding(dummy); }
virtual compact_unwind_encoding_t dwarfEncoding(Registers_x86_64&) const { return UNWIND_X86_64_MODE_DWARF; }
virtual compact_unwind_encoding_t dwarfEncoding(Registers_x86&) const { return UNWIND_X86_MODE_DWARF; }
- virtual compact_unwind_encoding_t dwarfEncoding(Registers_ppc&) const { return 0; }
unw_proc_info_t fInfo;
R fRegisters;
OpenPOWER on IntegriCloud