summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1994-05-17 14:04:50 +0000
committerpk <pk@NetBSD.org>1994-05-17 14:04:50 +0000
commit34bcc4c76b0c41f682aeb7d74e22ae467004763f (patch)
treea0af68e065ff480d372bb7cb3e8cf34a262ab054 /gnu
parent67c44985d71a402ccd84434fcefae2a8efb72d13 (diff)
dummy kernel-debug routines for now.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/gdb/arch/m68k/m68k-tdep.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdb/arch/m68k/m68k-tdep.c b/gnu/usr.bin/gdb/gdb/arch/m68k/m68k-tdep.c
index cfe19ead68e..09c4d08cfd6 100644
--- a/gnu/usr.bin/gdb/gdb/arch/m68k/m68k-tdep.c
+++ b/gnu/usr.bin/gdb/gdb/arch/m68k/m68k-tdep.c
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: m68k-tdep.c,v 1.1 1994/01/28 12:41:50 pk Exp $
+ $Id: m68k-tdep.c,v 1.2 1994/05/17 14:04:50 pk Exp $
*/
#include "defs.h"
@@ -489,3 +489,15 @@ m68k_saved_pc_after_call(frame)
#endif /* GDB_TARGET_IS_SUN3 */
return read_memory_integer (read_register (SP_REGNUM), 4);
}
+
+void
+fetch_kcore_registers(pcb)
+{
+ return;
+}
+
+void
+clear_regs()
+{
+ return;
+}