repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
ews4800mips
/
include
/
db_machdep.h
blob
1fc645436fdea1966a354de6721882845b8c9815
1
/* $NetBSD$ */
2
3
#include <mips/db_machdep.h>
4
5
#define DB_ELF_SYMBOLS
6
#define DB_ELFSIZE 32
7
#ifdef DDB
8
void
__db_print_symbol
(
db_expr_t
);
9
#define DB_PRINT_CALLER() \
10
__db_print_symbol((db_expr_t)__builtin_return_address(0))
11
#else
12
#define DB_PRINT_CALLER() ((void)0)
13
#endif