Searched refs:DBG (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/binutils/gprof/
H A Dmips.c59 DBG (CALLDEBUG, printf (_("[find_call] %s: 0x%lx to 0x%lx\n"),
70 DBG (CALLDEBUG,
77 DBG (CALLDEBUG,
83 DBG (CALLDEBUG, printf ("\n"));
90 DBG (CALLDEBUG, printf ("\tbut it's a botch\n"));
95 DBG (CALLDEBUG,
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-parse.y264 #define DBG(x) printf x
266 #define DBG(x)
310 DBG (("line %d: entry pnum=%d type=%d name=%s value=x%x\n",
316 DBG (("line %d: entry pnum=%d type=INSN name=%s value=x%x",
318 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
354 DBG (("line %d: field type=%d sbit=%d ebit=%d, flags=0x%x\n",
H A Ditbl-lex.l28 #define DBG(x) printf x
31 #define DBG(x)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.h29 int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg);
37 int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg);
H A DRegisterContextOpenBSD_x86_64.cpp44 struct DBG { struct
56 DBG dbg;
59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextMach_arm.cpp41 int RegisterContextMach_arm::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) {
68 const DBG &dbg) {
70 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<DBG *>(&dbg)),
H A DRegisterContextNetBSD_x86_64.cpp49 struct DBG { struct
72 DBG dbg;
77 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextFreeBSD_x86_64.cpp47 struct DBG { struct
59 DBG dbg;
62 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterInfoPOSIX_arm.h41 struct DBG { struct in class:RegisterInfoPOSIX_arm
H A DRegisterInfoPOSIX_arm64.h48 struct DBG { struct in class:RegisterInfoPOSIX_arm64
H A DRegisterInfoPOSIX_arm.cpp31 ((LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm::DBG, reg) + \
36 #reg, NULL, sizeof(((RegisterInfoPOSIX_arm::DBG *) NULL)->reg[i]), \
H A DRegisterInfoPOSIX_arm64.cpp33 (LLVM_EXTENSION offsetof(RegisterInfoPOSIX_arm64::DBG, reg) + \
40 sizeof(((RegisterInfoPOSIX_arm64::DBG *) NULL)->reg[i]), \
H A DRegisterContextDarwin_arm.h128 struct DBG { struct in class:RegisterContextDarwin_arm
135 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg);
150 DBGWordCount = sizeof(DBG) / sizeof(uint32_t)
158 DBG dbg;
241 virtual int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) = 0;
249 virtual int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
H A DRegisterContextDarwin_arm64.h94 struct DBG { struct in class:RegisterContextDarwin_arm64
102 static void LogDBGRegisters(lldb_private::Log *log, const DBG &dbg);
117 DBGWordCount = sizeof(DBG) / sizeof(uint32_t) // ARM_DEBUG_STATE64_COUNT
125 DBG dbg;
208 virtual int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) = 0;
216 virtual int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
H A DRegisterContextLinux_x86_64.cpp47 struct DBG { struct
69 DBG dbg; // Debug registers.
76 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
/freebsd-11-stable/sys/dev/ichsmb/
H A Dichsmb.c73 #define DBG(fmt, args...) \ macro
76 #define DBG(fmt, args...) do { } while (0) macro
156 DBG("index=%d how=%d\n", index, data ? *(int *)data : -1);
166 DBG("smb_error=%d\n", smb_error);
176 DBG("slave=0x%02x how=%d\n", slave, how);
195 DBG("smb_error=%d\n", smb_error);
205 DBG("slave=0x%02x byte=0x%02x\n", slave, (u_char)byte);
217 DBG("smb_error=%d\n", smb_error);
227 DBG("slave=0x%02x\n", slave);
239 DBG("smb_erro
[all...]
/freebsd-11-stable/contrib/blacklist/bin/
H A DMakefile10 DBG=-g macro
/freebsd-11-stable/sys/netgraph/
H A Dng_device.c35 #define DBG do { printf("ng_device: %s\n", __func__ ); } while (0)
37 #define DBG do {} while (0) macro
164 DBG;
246 DBG;
266 DBG;
298 DBG;
337 DBG;
354 DBG;
382 DBG;
416 DBG;
[all...]
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dz_asio.c143 #define DBG(lvl, msg) DBG_TEST(lvl) \ macro
167 #define DBG(lvl, msg) ((void)0) macro
202 DBG(4, "entered\n");
217 DBG(4, "exiting\n");
225 DBG(4, "entered\n");
240 DBG(4, "exiting\n");
249 DBG(4, "entered\n");
344 DBG(4, "entered\n");
380 DBG(2, "entered\n");
452 DBG(
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_dbg.h48 #define DBG 1 macro
50 #if DBG
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DNetBSD.mk59 DBG?= -O2 macro
61 DBG?= macro
63 DBG?= -O -ffixed-g4 #Hack for embedany memory model compatibility macro
65 DBG?= -O macro
67 CFLAGS?= ${DBG}
H A DAIX.mk28 DBG= -O -g macro
32 DBG= -g macro
35 CFLAGS= ${DBG}
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h269 DBG(SC, LOCK, ("locking in line %d", __LINE__)); \
273 DBG(SC, LOCK, ("unlocking in line %d", __LINE__)); \
343 #define DBG(SC, FL, PRINT) do { \ macro
371 #define DBG(SC, FL, PRINT) macro
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c91 #define DBG(SC, FL, PRINT) do { \ macro
114 #define DBG(SC, FL, PRINT) do { } while (0) macro
211 DBG(SC, LOCK, ("ENLOCK %d\n", __LINE__)); \
215 DBG(SC, LOCK, ("ENUNLOCK %d\n", __LINE__)); \
306 DBG(sc, REG, ("en_read(%#x) -> %08x", r, v));
321 DBG(sc, REG, ("en_write(%#x) <- %08x", r, v));
574 DBG(sc, TX, ("tx%d: "TYPE" %u bytes, %ju left, cur %#x", \
610 DBG(sc, TX, ("tx%d: adp %ju bytes %#jx (cur now 0x%x)",
714 DBG(sc, TX, ("tx%td: starting ...", slot - sc->txslot));
725 DBG(s
[all...]
/freebsd-11-stable/sys/dev/wds/
H A Dwd7000.c374 #define DBG snprintf macro
383 #define DBG printf macro
386 #define DBG if(0) printf macro
712 DBG(DBX "wds%d: allocated buffer mask=0x%x\n",
729 DBG(DBX "wds%d: freed buffer mask=0x%x\n", wp->unit, mask);
782 DBG(DBX "wds%d: interrupt [\n", wp->unit);
810 DBG(DBX "wds%d: ]\n", wp->unit);
834 DBG(DBX "wds%d: %s stat=0x%x c->stat=0x%x c->venderr=0x%x\n", wp->unit,
840 DBG(DBX "wds%d: sense 0x%x\n", wp->unit, r->buf[0]);
918 DBG(DB
[all...]

Completed in 126 milliseconds

12345