- added thread_foreach
[pintos-anon] / src / lib / debug.h
index 3218ab61360d8753c113674005dd8890d584aa95..888ab7b9d985d96033f9ee3c00a2876476256a7c 100644 (file)
@@ -16,6 +16,7 @@
 void debug_panic (const char *file, int line, const char *function,
                   const char *message, ...) PRINTF_FORMAT (4, 5) NO_RETURN;
 void debug_backtrace (void);
+void debug_backtrace_all (void);
 
 #endif