Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32

This commit is contained in:
matt 2011-07-09 16:58:04 +00:00
parent f93ad4c31a
commit d218a6ab0a
12 changed files with 16 additions and 90 deletions

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $ */
#ifndef _ALGOR_DB_MACHDEP_H_
#define _ALGOR_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_ALGOR_DB_MACHDEP_H_ */

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.4 2001/09/04 07:43:29 simonb Exp $ */
#ifndef _ARC_DB_MACHDEP_H_
#define _ARC_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.5 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_ARC_DB_MACHDEP_H_ */

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:29 simonb Exp $ */
#ifndef _COBALT_DB_MACHDEP_H_
#define _COBALT_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_COBALT_DB_MACHDEP_H_ */

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.1 2011/01/26 01:18:51 pooka Exp $ */
#ifndef _EMIPS_DB_MACHDEP_H_
#define _EMIPS_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_EMIPS_DB_MACHDEP_H_ */

View File

@ -1,12 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.1 2002/03/07 14:43:59 simonb Exp $ */
#ifndef _EBVMIPS_DB_MACHDEP_H_
#define _EBVMIPS_DB_MACHDEP_H_
/* XXX: Common for all evbmips or not? */
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_EBVMIPS_DB_MACHDEP_H_ */

View File

@ -1,9 +1,7 @@
/* $NetBSD: db_machdep.h,v 1.1 2005/12/29 15:20:08 tsutsui Exp $ */
/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:04 matt Exp $ */
#include <mips/db_machdep.h>
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
#ifdef DDB
void __db_print_symbol(db_expr_t);
#define DB_PRINT_CALLER() \

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:30 simonb Exp $ */
#ifndef _HPCMIPS_DB_MACHDEP_H_
#define _HPCMIPS_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_HPCMIPS_DB_MACHDEP_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_machdep.h,v 1.27 2011/05/26 15:34:13 joerg Exp $ */
/* $NetBSD: db_machdep.h,v 1.28 2011/07/09 16:58:05 matt Exp $ */
/*
* Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
@ -40,6 +40,10 @@
#include <mips/regnum.h> /* symbolic register indices */
#include <mips/pcb.h>
#define DB_ELF_SYMBOLS
#ifndef DB_ELFSIZE
#define DB_ELFSIZE 32
#endif
typedef vaddr_t db_addr_t; /* address - unsigned */
#define DDB_EXPR_FMT "l" /* expression is long */

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:30 simonb Exp $ */
#ifndef _MIPSCO_DB_MACHDEP_H_
#define _MIPSCO_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_MIPSCO_DB_MACHDEP_H_ */

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.3 2001/09/04 07:43:30 simonb Exp $ */
#ifndef _NEWSMIPS_DB_MACHDEP_H_
#define _NEWSMIPS_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.4 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_NEWSMIPS_DB_MACHDEP_H_ */

View File

@ -1,6 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.1 2002/03/06 02:13:41 simonb Exp $ */
/* $NetBSD: db_machdep.h,v 1.2 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32

View File

@ -1,11 +1,3 @@
/* $NetBSD: db_machdep.h,v 1.2 2001/09/04 07:43:31 simonb Exp $ */
#ifndef _SGIMIPS_DB_MACHDEP_H_
#define _SGIMIPS_DB_MACHDEP_H_
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
/* $NetBSD: db_machdep.h,v 1.3 2011/07/09 16:58:05 matt Exp $ */
#include <mips/db_machdep.h>
#endif /* !_SGIMIPS_DB_MACHDEP_H_ */