Add heap_debug_set_debugger_calls() which allows to disable debugger calls for

the heap debug panics. Instead syslog output is generated if turned off.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35481 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2010-02-15 21:35:07 +00:00
parent c1502cf1b8
commit ac653a30df
2 changed files with 19 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ status_t heap_debug_stop_wall_checking();
void heap_debug_set_memory_reuse(bool enabled);
void heap_debug_set_paranoid_validation(bool enabled);
void heap_debug_set_debugger_calls(bool enabled);
void heap_debug_validate_heaps();
void heap_debug_validate_walls();