summaryrefslogtreecommitdiff
path: root/src/arch/power/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/remote_gdb.hh')
-rw-r--r--src/arch/power/remote_gdb.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/arch/power/remote_gdb.hh b/src/arch/power/remote_gdb.hh
index b37c31713..fa82af95b 100644
--- a/src/arch/power/remote_gdb.hh
+++ b/src/arch/power/remote_gdb.hh
@@ -65,18 +65,6 @@ class RemoteGDB : public BaseRemoteGDB
{
panic("setregs not implemented for POWER!");
}
-
- void
- clearSingleStep()
- {
- panic("clearSingleStep not implemented for POWER!");
- }
-
- void
- setSingleStep()
- {
- panic("setSingleStep not implemented for POWER!");
- }
};
} // namespace PowerISA