remove DB_AOUT_SYMBOLS.
This commit is contained in:
parent
11e883205c
commit
4caa7539e8
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: db_machdep.h,v 1.27 2011/01/14 02:06:32 rmind Exp $ */
|
||||
/* $NetBSD: db_machdep.h,v 1.28 2011/04/11 10:41:17 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -124,18 +124,15 @@ db_addr_t db_branch_taken(int inst, db_addr_t pc, db_regs_t *regs);
|
||||
int kdb_trap(int, struct trapframe64 *);
|
||||
|
||||
/*
|
||||
* We will use elf symbols in DDB when they work.
|
||||
* We use elf symbols in DDB.
|
||||
*/
|
||||
#if 1
|
||||
#define DB_ELF_SYMBOLS
|
||||
#ifdef __arch64__
|
||||
#define DB_ELFSIZE 64
|
||||
#else
|
||||
#define DB_ELFSIZE 32
|
||||
#endif
|
||||
#else
|
||||
#define DB_AOUT_SYMBOLS
|
||||
#endif
|
||||
|
||||
/*
|
||||
* KGDB definitions
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user