haiku/src/system/kernel/debug
Ingo Weinhold 76ab7bdcf8 Added function dprintf_no_syslog(). It is basically equivalent to
dprintf() with the exception that it doesn't write anything to the
syslog. The reason is that syslog_write() releases a semaphore and can
therefore not be invoked when the thread spinlock is held.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22428 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-03 22:14:53 +00:00
..
blue_screen.cpp Implemented on screen debug output during boot - to be enabled in the boot loader 2006-01-25 16:12:10 +00:00
blue_screen.h Implemented on screen debug output during boot - to be enabled in the boot loader 2006-01-25 16:12:10 +00:00
debug.c Added function dprintf_no_syslog(). It is basically equivalent to 2007-10-03 22:14:53 +00:00
font.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
frame_buffer_console.cpp The mutex was created too early, before semaphores could be used. 2007-02-07 13:50:50 +00:00
gdb.c * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
gdb.h Moved gdb.h header file into debug directory, no other component needs to access it. 2006-06-29 16:04:24 +00:00
Jamfile Implemented syslog support for the kernel debug output. Not fancy at all yet, but 2006-01-24 20:28:52 +00:00
user_debugger.cpp Also interrupt condition variables in _user_debug_thread(). 2007-08-30 02:22:52 +00:00