* Added an arch_debug_stack_trace() function that is called from the KDL loop

in case there aren't any KDL commands available yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33642 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-18 19:50:13 +00:00
parent 16e2755608
commit b2a7fcb404
6 changed files with 37 additions and 6 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2005-2008, Axel Dörfler, [email protected].
* Copyright 2005-2009, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
@@ -23,6 +23,7 @@ extern "C" {
#endif
status_t arch_debug_init(kernel_args *args);
void arch_debug_stack_trace(void);
void *arch_debug_get_caller(void);
int32 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount,
int32 skipIframes, int32 skipFrames, bool userOnly);