Searched refs:debug (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/kernel/debug/
H A Dblue_screen.cpp15 #include <debug.h>
133 // command is being executed, or we're currently showing boot debug
626 // black on white for KDL, white on black for debug output
H A Ddebug.cpp11 /*! This file contains the debugger and debug output facilities */
20 #include <debug.h>
36 #include <arch/debug.h>
120 static mutex sOutputLock = MUTEX_INITIALIZER("debug output");
499 // serial debug output. I.e. after clearing the screen
822 // Set a few temporary debug variables and print on which CPU and in which
1351 // Might already have been set in syslog_init(), if the debug syslog
1386 // create an area for the debug syslog buffer
1389 area_id area = create_area("syslog debug", &base, B_EXACT_ADDRESS, size,
1411 "Welcome to syslog debug outpu
[all...]
/haiku-fatelf/src/bin/bash/
H A Dconfig.status7 debug=false
88 -d, --debug don't remove temporary files
151 --debug | --d* | -d )
152 debug=: ;;
226 $debug ||
/haiku-fatelf/src/bin/diffutils/
H A Dconfig.status7 debug=false
265 -d, --debug don't remove temporary files
331 --debug | --d* | -d )
332 debug=: ;;
405 $debug ||
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_color.c589 if (p->debug['a'])
612 if (p->debug['a'])
H A Dp_intern.h530 char debug[256]; /* debug flags */ member in struct:PDF_s
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Dd4lib.c1388 void setDebug(int debug) argument
1390 debugD4 = debug;
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_debug.cpp12 #include <arch/debug.h>
21 #include <debug.h>
/haiku-fatelf/src/system/kernel/device_manager/
H A DIORequest.cpp12 #include <arch/debug.h>
13 #include <debug.h>
/haiku-fatelf/src/system/kernel/
H A Dguarded_heap.cpp10 #include <arch/debug.h>
12 #include <debug.h>
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dconfigure655 debug
1259 --with-debug enables debug code generation for binaries
1717 # Check whether --enable-debug was given.
1719 enableval=$enable_debug; debug=-g
1721 debug=""
1724 echo $DEB_BUILD_OPTIONS | grep -q debug
1726 debug=-g
3891 debug=false
4209 -d, --debug do
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in2.h614 (bfd *abfd, struct ecoff_debug_info *debug,
619 (bfd *abfd, struct ecoff_debug_info *debug,
623 (bfd *abfd, struct ecoff_debug_info *debug,
626 (bfd *abfd, struct ecoff_debug_info *debug,
629 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
1078 This is clear for a section containing debug information only. */
1120 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
1158 example, this is set for ELF .debug and .stab sections.
4485 /* Back-door to allow format-aware applications to create debug symbols
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h614 (bfd *abfd, struct ecoff_debug_info *debug,
619 (bfd *abfd, struct ecoff_debug_info *debug,
623 (bfd *abfd, struct ecoff_debug_info *debug,
626 (bfd *abfd, struct ecoff_debug_info *debug,
629 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
1078 This is clear for a section containing debug information only. */
1120 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
1158 example, this is set for ELF .debug and .stab sections.
4485 /* Back-door to allow format-aware applications to create debug symbols
H A Dbfd.h614 (bfd *abfd, struct ecoff_debug_info *debug,
619 (bfd *abfd, struct ecoff_debug_info *debug,
623 (bfd *abfd, struct ecoff_debug_info *debug,
626 (bfd *abfd, struct ecoff_debug_info *debug,
629 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
1078 This is clear for a section containing debug information only. */
1120 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
1158 example, this is set for ELF .debug and .stab sections.
4485 /* Back-door to allow format-aware applications to create debug symbols
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h612 (bfd *abfd, struct ecoff_debug_info *debug,
617 (bfd *abfd, struct ecoff_debug_info *debug,
621 (bfd *abfd, struct ecoff_debug_info *debug,
624 (bfd *abfd, struct ecoff_debug_info *debug,
627 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
1076 This is clear for a section containing debug information only. */
1118 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
1156 example, this is set for ELF .debug and .stab sections.
4483 /* Back-door to allow format-aware applications to create debug symbols
H A Dbfd.h612 (bfd *abfd, struct ecoff_debug_info *debug,
617 (bfd *abfd, struct ecoff_debug_info *debug,
621 (bfd *abfd, struct ecoff_debug_info *debug,
624 (bfd *abfd, struct ecoff_debug_info *debug,
627 (void *handle, bfd *abfd, struct ecoff_debug_info *debug,
1076 This is clear for a section containing debug information only. */
1118 <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
1156 example, this is set for ELF .debug and .stab sections.
4483 /* Back-door to allow format-aware applications to create debug symbols
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DKeyboardProtocolHandler.cpp14 #include <debug.h>
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp20 #include <debug.h>
/haiku-fatelf/src/add-ons/media/plugins/xvid_decoder/
H A DXvidDecoder.cpp603 // debug level
604 xvidGlobalInit.debug = debugLevel;
/haiku-fatelf/src/bin/network/ftp/
H A Dmain.c302 debug++;
/haiku-fatelf/src/kits/media/
H A DBufferConsumer.cpp41 #include <debug.h>
/haiku-fatelf/src/libs/glut/
H A DglutEvent.cpp280 if(gState.debug) {
/haiku-fatelf/src/servers/media_addon/
H A DMediaAddonServer.cpp54 #include <debug.h>
/haiku-fatelf/src/system/kernel/locks/
H A Dlock.cpp21 #include <debug.h>
/haiku-fatelf/src/bin/gdb/
H A Dltconfig318 --debug enable verbose shell tracing
350 --debug)
950 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"

Completed in 282 milliseconds

1234567891011>>