Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:debug (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/freebsd/contrib/sendmail/libsm/
H A Ddebug.html11 <br> $Id: debug.html,v 1.9 2002-02-02 16:50:56 ca Exp $
16 The debug and trace package provides abstractions for writing trace
17 messages, and abstractions for enabling and disabling debug and
21 Sendmail 8.11 and earlier has a <tt>-d</tt> option which
22 lets you turn on debug and trace code.
23 Debug categories are integers from 0 to 99, with the sole exception
24 of "ANSI", which is a named debug category.
27 The libsm debug package supports named debug categories.
28 Debug category names have the form of C identifiers.
35 In sendmail 8.12, the <tt>-d</tt> flag is generalized
[all …]
/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv75 options PREEMPTION # Enable kernel thread preemption
16 options SOFTUPDATES # Enable FFS soft updates support
19 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
20 options QUOTA # Enable disk quotas for UFS
27 options PSEUDOFS # Pseudo-filesystem framework
37 options SYSVSHM # SYSV-style shared memory
38 options SYSVMSG # SYSV-style message queues
39 options SYSVSEM # SYSV-style semaphores
40 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-tim
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp1 //===-- Debug.cpp - An easy way to add debug output to your code ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // command line options to enable it.
14 // be enabled automatically if you specify '-debug' on the command-line.
16 // that your debug code belongs to class "foo". Then, on the command line, you
17 // can specify '-debug-only=foo' to enable JUST the debug information for the
20 // When compiling without assertions, the -debug-* options and all code in
24 //===----------------------------------------------------------------------===//
26 #include "llvm/Support/Debug.h"
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmem.m48 AC_ARG_ENABLE([debug-kmem],
9 [AS_HELP_STRING([--enable-debug-kmem],
10 [Enable basic kmem accounting @<:@default=no@:>@])],
16 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM"
19 [Define to 1 to enable basic kmem accounting])
31 dnl # feature also requires --enable-debug-kmem to be set. When enabled
39 AC_ARG_ENABLE([debug-kmem-tracking],
40 [AS_HELP_STRING([--enable-debug-kmem-tracking],
41 [Enable detailed kmem tracking @<:@default=no@:>@])],
47 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING"
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
6 This module adds support for mac80211-based wireless drivers that
38 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
44 Select this option will enable support for 8851BE chipset
46 802.11ax PCIe wireless network (Wi-Fi 6) adapter
49 tristate "Realtek 8852AE PCI wireless network (Wi-F
[all...]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-4-build.sh7 set -eu
10 LOG="/var/tmp/build-stderr.txt"
14 ($@ || echo $? > /tmp/rv) 3>&1 1>&2 2>&3 | stdbuf -eL -oL tee -a $LOG
15 if [ -f /tmp/rv ]; then
20 echo 1 > /var/tmp/build-exitcode.txt
33 --prefix=/usr/local \
34 --with-libintl-prefix=/usr/local \
35 --enable-pyzfs \
36 --enable-debug \
37 --enable-debuginfo
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dk210-fpioa.h1 /* SPDX-License-Identifier: GPL-2.0+ */
11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h
169 #define K210_PCF_UART1_OUT2 155 /* UART1 User-designated Output 2 */
170 #define K210_PCF_UART1_OUT1 156 /* UART1 User-designated Output 1 */
173 #define K210_PCF_UART1_RE 159 /* UART1 Receiver Output Enable */
174 #define K210_PCF_UART1_DE 160 /* UART1 Driver Output Enable */
175 #define K210_PCF_UART1_RS485_EN 161 /* UART1 RS485 Enable */
183 #define K210_PCF_UART2_OUT2 169 /* UART2 User-designated Output 2 */
184 #define K210_PCF_UART2_OUT1 170 /* UART2 User-designated Output 1 */
187 #define K210_PCF_UART2_RE 173 /* UART2 Receiver Output Enable */
[all …]
/freebsd/crypto/openssl/fuzz/
H A DREADME.md7 ---------
13 -----------------------------------
15 Install `clang`, which [ships with `libfuzzer`](http://llvm.org/docs/LibFuzzer.html#fuzzer-usage)
18 sudo apt-get install clang
23 `/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.fuzzer-x86_64.a`.
25 CC=clang ./config enable-fuzz-libfuzzer \
26 --with-fuzzer-lib=$PATH_TO_LIBFUZZER \
27 -DPEDANTIC enable-asan enable-ubsan no-shared \
28 -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION \
29 -fsanitize=fuzzer-no-link \
[all …]
/freebsd/sys/powerpc/conf/
H A DQORIQ6414 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
16 #makeoptions WERROR="-Werror -Wno-format"
37 options SOFTUPDATES #Enable FFS soft updates support
40 options UFS_GJOURNAL #Enable gjournal-based UFS journaling
41 options QUOTA #Enable dis
[all...]
H A DGENERIC64LE2 # GENERIC64LE -- Generic kernel configuration file for FreeBSD/powerpc64le
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
31 options PSERIES # PAPR-compliant systems (e.g. IBM p)
32 options POWERNV # Non-virtualized OpenPOWER systems
37 options NUMA # Non-Uniform Memory Architecture support
38 options PREEMPTION # Enable kerne
[all...]
H A DGENERIC642 # GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc64
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33 options PSERIES # PAPR-compliant systems (e.g. IBM p)
34 options POWERNV # Non-virtualized OpenPOWER systems
38 options NUMA # Non-Uniform Memory Architecture support
39 options PREEMPTION # Enable kerne
[all...]
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
32 options PSERIES # PAPR-compliant systems
36 options PREEMPTION # Enable kernel thread preemption
45 options SOFTUPDATES # Enable FFS soft updates support
48 options UFS_GJOURNAL # Enable gjourna
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
29 Default, // Target-specific (either soft or hard depending on triple, etc).
37 Fast, // Enable fusion of FP ops wherever it's profitable.
39 Strict // Never fuse FP-ops.
48 // into 4 types: pointer to non-function, struct,
79 EABI4, // Target-specific (either 4, 5 or gnu depending on triple).
84 /// Identify a debugger for "tuning" the debug info.
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_debug.c9 * or https://opensource.org/licenses/CDDL-1.0.
41 * Internal ZFS debug messages are enabled by default.
43 * # Print debug messages
46 * # Disable the kernel debug message log.
49 * # Clear the kernel debug message log.
57 seq_printf(f, "%-12s %-8s\n", "timestamp", "message"); in zfs_dbgmsg_show_header()
65 seq_printf(f, "%-12llu %-s\n", in zfs_dbgmsg_show()
66 (u_longlong_t)zdm->zdm_timestamp, zdm->zdm_msg); in zfs_dbgmsg_show()
78 uint_t size = zdm->zdm_size; in zfs_dbgmsg_purge()
80 zfs_dbgmsg_size -= size; in zfs_dbgmsg_purge()
[all …]
/freebsd/sys/riscv/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27 options PREEMPTION # Enable kernel thread preemption
39 options SOFTUPDATES # Enable FFS soft updates support
42 options UFS_GJOURNAL # Enable gjourna
[all...]
/freebsd/sys/powerpc/include/
H A Dspr.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
43 /* The following routines allow manipulation of the full 64-bit width
88 * architectures the SPR is valid on - 4 for 4xx series,
95 #define SPR_RTCU_R 0x004 /* .6. 601 RTC Upper - Read */
96 #define SPR_RTCL_R 0x005 /* .6. 601 RTC Lower - Read */
101 #define DSISR_DIRECT 0x80000000 /* Direct-store error exception */
104 #define DSISR_INVRX 0x04000000 /* Reserve-indexed insn direct-store access */
111 #define DSISR_MC_DERAT_MULTIHIT 0x00000800 /* D-ERAT multi-hit */
112 #define DSISR_MC_TLB_MULTIHIT 0x00000400 /* TLB multi-hit */
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A DKconfig1 # SPDX-License-Identifier: BSD-3-Clause-Clear
3 tristate "Qualcomm Technologies Wi-Fi 7 support (ath12k)"
11 Enable support for Qualcomm Technologies Wi-Fi 7 (IEEE
21 Enable debug support, for example debug messages which must
24 If unsure, say Y to make it easier to debug problems. But if
31 Enable ath12k tracing infrastructure.
33 If unsure, say Y to make it easier to debug problems. But if
/freebsd/sys/conf/
H A Dstd.debug2 # std.debug -- Enable debug options for -CURRENT.
9 options DEADLKRES # Enable the deadlock resolver
10 options INVARIANTS # Enable calls of extra sanity checking
13 options WITNESS # Enable checks to detect deadlocks and cycles
16 options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzloop.yml8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
13 runs-on: ubuntu-24.04
17 - uses: actions/checkout@v4
20 - name: Install dependencies
22 sudo apt-get purge -y snapd google-chrome-stable firefox
23 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps.sh ubuntu24
24 - name: Autogen.sh
26 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4
28 - name: Configure
[all …]
/freebsd/share/man/man4/
H A Dacpi.465 .Bl -tag -width indent
66 .It Va debug.acpi.enable_debug_objects
67 Enable dumping Debug objects without
69 Default is 0, ignore Debug objects.
81 To enable ACPI CPU idling control,
140 (power-off nicely).
161 (suspend-to-RAM).
170 .Bl -tag -width indent
196 Enable verbose printing from the various ACPI subsystems.
206 .Bl -tag -width indent
[all …]
/freebsd/usr.bin/clang/opt/
H A Dopt.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/sys/i386/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
29 options PREEMPTION # Enable kernel thread preemption
39 options SOFTUPDATES # Enable FFS soft updates support
42 options UFS_GJOURNAL # Enable gjournal-base
[all...]
/freebsd/usr.bin/clang/clang/
H A Dclang.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A DKconfig1 # SPDX-License-Identifier: BSD-3-Clause-Clear
34 Enables debug support
36 If unsure, say Y to make it easier to debug problems.
42 Enable ath11k debugfs support
44 If unsure, say Y to make it easier to debug problems.
57 Enable ath11k spectral scan support
59 Say Y to enable access to the FFT/spectral data via debugfs.

12345678910>>...46