Home
last modified time | relevance | path

Searched refs:TDBG (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libthread_db/
H A Dthread_db_int.h110 #define TDBG(...) ps_plog(__VA_ARGS__) macro
113 #define TDBG(...) macro
H A Dlibthr_db.c113 TDBG("can not find symbol: %s\n", sym); \ in pt_ta_new()
121 TDBG("can not find symbol: %s\n", sym); \ in pt_ta_new()
127 TDBG("can not read value of %s\n", sym);\ in pt_ta_new()
H A Dlibpthread_db.c128 TDBG("can not find symbol: %s\n", sym); \ in pt_ta_new()
136 TDBG("can not find symbol: %s\n", sym); \ in pt_ta_new()
142 TDBG("can not read value of %s\n", sym);\ in pt_ta_new()
/freebsd/usr.sbin/kbdcontrol/
H A Dlex.h46 #define TDBG 271 macro
H A Dlex.l65 debug { return TDBG; }
H A Dkbdcontrol.c235 case TDBG: in get_entry()