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

12345

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.h28 int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) override;
36 int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) override;
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 DRegisterContextFreeBSD_i386.cpp38 struct DBG { struct
51 DBG dbg;
57 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 DRegisterContextFreeBSD_x86_64.cpp47 struct DBG { struct
59 DBG dbg;
64 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterContextNetBSD_x86_64.cpp50 struct DBG { struct
73 DBG dbg;
78 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterInfoPOSIX_arm.h43 struct DBG { struct in class:RegisterInfoPOSIX_arm
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-current/sys/dev/ichsmb/
H A Dichsmb.c71 #define DBG(fmt, args...) \ macro
74 #define DBG(fmt, args...) do { } while (0) macro
148 DBG("index=%d how=%d\n", index, data ? *(int *)data : -1);
158 DBG("smb_error=%d\n", smb_error);
168 DBG("slave=0x%02x how=%d\n", slave, how);
187 DBG("smb_error=%d\n", smb_error);
197 DBG("slave=0x%02x byte=0x%02x\n", slave, (u_char)byte);
209 DBG("smb_error=%d\n", smb_error);
219 DBG("slave=0x%02x\n", slave);
231 DBG("smb_erro
[all...]
/freebsd-current/contrib/blocklist/bin/
H A DMakefile10 DBG=-g macro
/freebsd-current/lib/libc/tests/resolv/
H A Dresolv_test.c69 #define DBG(...) do { \ macro
113 DBG("T%ld: host %s ok\n", threadnum, host);
118 DBG("T%ld: reverse %s %s\n", threadnum, hbuf, pbuf);
122 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr);
135 DBG("T%ld: host %s ok\n", threadnum, host);
139 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name);
143 DBG("T%ld: host %s not found: %s\n", threadnum, host, *errstr);
157 DBG("T%ld: host %s ok\n", threadnum, host);
162 DBG("T%ld: reverse %s\n", threadnum, hp2->h_name);
168 DBG("
[all...]
/freebsd-current/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
190 DBG;
284 DBG;
304 DBG;
336 DBG;
375 DBG;
392 DBG;
420 DBG;
454 DBG;
[all...]
/freebsd-current/sys/dev/qlxgb/
H A Dqla_dbg.h47 #define DBG 1 macro
49 #if DBG
/freebsd-current/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}
H A DSunOS.mk60 DBG ?= -O -g macro
64 DBG ?= -g macro
67 CFLAGS ?= ${DBG}
H A DOSF1.mk39 DBG ?= -O -g macro
41 DBG ?= -g macro
45 CFLAGS ?= ${DBG}
H A DOpenBSD.mk38 DBG ?= -O2 macro
40 DBG ?= -O macro
42 CFLAGS ?= ${DBG}
H A DLinux.mk31 DBG ?= -O -g macro
35 DBG ?= -g macro
38 CFLAGS ?= ${DBG}
H A DHP-UX.mk48 DBG ?= -O -g macro
61 DBG ?=-g -O macro
63 DBG ?= macro
71 CFLAGS ?= ${DBG}
/freebsd-current/sys/powerpc/powerpc/
H A Dminidump_machdep.c52 #define DBG(...) __VA_ARGS__ macro
57 #define DBG(...) macro
92 DBG(dumptotal += fragsz;)
139 DBG(dumptotal += len;)
203 DBG(total = dumptotal = 0;)
/freebsd-current/sys/dev/ena/
H A Dena_datapath.c83 ena_log_io(adapter->pdev, DBG, "MSI-X TX/RX routine\n");
283 ena_log_io(adapter->pdev, DBG, "tx: q %d mbuf %p completed\n",
307 ena_log_io(adapter->pdev, DBG, "tx: q %d done. total pkts: %d\n",
439 ena_log_io(pdev, DBG, "rx_info %p, mbuf %p, paddr %jx\n", rx_info,
450 ena_log_io(pdev, DBG, "Mbuf data offset=%u\n", ena_rx_ctx->pkt_offset);
456 ena_log_io(pdev, DBG, "rx mbuf 0x%p, flags=0x%x, len: %d\n", mbuf,
500 ena_log_io(pdev, DBG, "rx mbuf updated. len %d\n",
532 ena_log_io(pdev, DBG, "RX IPv4 header checksum error\n");
543 ena_log_io(pdev, DBG, "RX L4 checksum error\n");
593 ena_log_io(pdev, DBG, "r
[all...]
/freebsd-current/stand/libsa/
H A Dpkgfs.c35 #define DBG(x) printf x macro
37 #define DBG(x) macro
242 DBG(("%s: found %s type %c\n", __func__,
380 DBG(("%s: negative file seek (%jd)\n", __func__,
514 DBG(("%s: no file to cache data for?\n", __func__));
521 DBG(("%s: no package associated with file?\n", __func__));
527 DBG(("%s: data already cached\n", __func__));
533 DBG(("%s: caching after force read of file %s?\n",
551 DBG(("%s: could not allocate %d bytes\n", __func__, (int)sz));

Completed in 168 milliseconds

12345