haiku/src/system/kernel/debug
Axel Dörfler 173d0b2fc7 panic() could hang in the early boot process in case it was called before
the blue screen was initialized - blue_screen_enter() now returns wether
or not it has been initialized already (there will only be serial output
in that case).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22491 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-09 00:12:29 +00:00
..
blue_screen.cpp panic() could hang in the early boot process in case it was called before 2007-10-09 00:12:29 +00:00
blue_screen.h panic() could hang in the early boot process in case it was called before 2007-10-09 00:12:29 +00:00
debug.c panic() could hang in the early boot process in case it was called before 2007-10-09 00:12:29 +00:00
font.h
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