summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteDebuggerDummyUnwinder.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/RemoteDebuggerDummyUnwinder.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/RemoteDebuggerDummyUnwinder.hpp')
-rw-r--r--lldb/source/Plugins/Process/Utility/libunwind/src/RemoteDebuggerDummyUnwinder.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteDebuggerDummyUnwinder.hpp b/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteDebuggerDummyUnwinder.hpp
index 1db3faffd10..b7e833eb871 100644
--- a/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteDebuggerDummyUnwinder.hpp
+++ b/lldb/source/Plugins/Process/Utility/libunwind/src/RemoteDebuggerDummyUnwinder.hpp
@@ -72,14 +72,6 @@ int stepOutOfDebuggerDummyFrame (A& addressSpace, Registers_x86& registers,
return UNW_STEP_SUCCESS;
}
-template <typename A>
-int stepOutOfDebuggerDummyFrame (A& addressSpace, Registers_ppc& registers,
- uint64_t ip, uint64_t sp)
-{
- ABORT ("stepping out of a debugger dummy frame not supported on ppc");
- return UNW_EUNSPEC;
-}
-
}; // namespace lldb_private
#endif // SUPPORT_REMOTE_UNWINDING
OpenPOWER on IntegriCloud