From a4a87daad1eed91c4913e059a91d7c78d3a2b2ec Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 30 Jan 2007 02:44:24 -0500 Subject: Make clearSingleStep in SPARC a warning, and rephrase the panic for setSingleStep --HG-- extra : convert_revision : fde27a1faa6c03a24a4321a153dfa89a438f9a32 --- src/arch/sparc/remote_gdb.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/arch/sparc/remote_gdb.cc') diff --git a/src/arch/sparc/remote_gdb.cc b/src/arch/sparc/remote_gdb.cc index c76f8b820..21c4a468c 100644 --- a/src/arch/sparc/remote_gdb.cc +++ b/src/arch/sparc/remote_gdb.cc @@ -193,11 +193,12 @@ RemoteGDB::setregs() void RemoteGDB::clearSingleStep() { - panic("SPARC does not support hardware single stepping\n"); + warn("SPARC single stepping not implemented, " + "but clearSingleStep called\n"); } void RemoteGDB::setSingleStep() { - panic("SPARC does not support hardware single stepping\n"); + panic("SPARC single stepping not implemented.\n"); } -- cgit v1.2.3