haiku/src/system/kernel/debug
2008-02-21 23:35:44 +00:00
..
blue_screen.cpp Made the paging mechanism a bit more useful for commands: it will now wait when 2008-01-22 08:24:35 +00:00
blue_screen.h
debug_commands.cpp Made kputs() available in the kernel and used it for printing debugger 2008-01-21 00:15:33 +00:00
debug_commands.h * Added add_debugger_command_etc() which is similar to 2008-01-16 23:41:20 +00:00
debug_parser.cpp * Introduced debugger command flag B_KDEBUG_DONT_PARSE_ARGUMENTS. 2008-01-21 23:25:34 +00:00
debug_variables.cpp * Changed the way temporary variables work. They won't be unset before 2008-01-16 21:50:59 +00:00
debug_variables.h * Changed the way temporary variables work. They won't be unset before 2008-01-16 21:50:59 +00:00
debug.cpp Call debugger_puts hooks on modules when serial debug output is enabled (modules themselves must reject loading if they don't find mymodule_debug_output in kernel settings). 2008-02-21 23:35:44 +00:00
font.h
frame_buffer_console.cpp * The boot loader now remembers the bytes per row as told by the graphics card, and 2007-11-27 16:33:19 +00:00
gdb.c
gdb.h debug.c -> debug.cpp 2008-01-14 09:50:32 +00:00
Jamfile * Implemented parse_expression(). The back-end is an expression parser 2008-01-16 00:01:20 +00:00
tracing.cpp axeld + bonefish: 2008-02-17 14:36:47 +00:00
user_debugger.cpp Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00