haiku/src/system/kernel/debug
Ingo Weinhold 106fd6b5cb * Make the wait object hash table larger than the maximum number of wait
objects we're going to add, so we get less slot collisions.
* Use the "Unchecked" versions of the OpenHashTable Insert()/Remove() methods,
  since we have interrupts disabled.
* Fixed wrong check that caused the wait object info events not to be filled in.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30384 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-04-24 22:44:26 +00:00
..
blue_screen.cpp * Added simplified possibility to schedule UHCI transfers from within KDL. 2009-02-22 20:46:27 +00:00
blue_screen.h Ctrl-L clears the KDL screen. 2008-04-29 01:24:41 +00:00
debug_builtin_commands.cpp * Removed the DEBUG_DEBUGGER_COMMANDS define again, and followed Ingo's 2008-10-30 16:29:37 +00:00
debug_builtin_commands.h * Introduced pipes in the kernel debugger. The syntax is similar to 2008-06-01 02:25:00 +00:00
debug_commands.cpp * Add has_debugger_command() so whether or not a debugger command is available 2009-03-11 12:17:23 +00:00
debug_commands.h * Removed the DEBUG_DEBUGGER_COMMANDS define again, and followed Ingo's 2008-10-30 16:29:37 +00:00
debug_output_filter.h * Introduced pipes in the kernel debugger. The syntax is similar to 2008-06-01 02:25:00 +00:00
debug_paranoia.cpp * Changed macros that enable tracing for individual components from 2008-04-27 14:24:18 +00:00
debug_parser.cpp Extended debugger language: Dereferenced addresses are now supported as 2008-08-25 00:24:06 +00:00
debug_variables.cpp Added support for architecture specific debug variables, e.g. for 2008-08-24 23:01:43 +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 debug_trap_cpu_in_kdl(): If the CPU running the kernel debugger exited and 2009-04-16 21:55:40 +00:00
font.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
frame_buffer_console.cpp * 15 and 16 bit KDL consoles now have nice colors, too. 2008-10-31 10:39:50 +00:00
gdb.cpp * Fixed the "qOffsets" return value. At least how I understand the 2009-04-08 16:54:57 +00:00
gdb.h * Style cleanup. 2009-04-08 12:56:02 +00:00
Jamfile The kernel side of a new system-wide sampling-based profiling mechanism. 2009-04-11 22:20:51 +00:00
system_profiler.cpp * Make the wait object hash table larger than the maximum number of wait 2009-04-24 22:44:26 +00:00
tracing.cpp Extremely important cleanup. 2009-04-10 09:53:50 +00:00
user_debugger.cpp * When a team debugger is installed automatically, the thread causing that is 2009-02-23 22:59:45 +00:00