Xyris
0.5
Stacktrace.hpp
Go to the documentation of this file.
1
/**
2
* @file trace.hpp
3
* @author Keeton Feavel (
[email protected]
)
4
* @brief Kernel stack tracing
5
* @version 0.3
6
* @date 2020-08-09
7
*
8
* @copyright Copyright the Xyris Contributors (c) 2020
9
*
10
*/
11
#pragma once
12
#include <stddef.h>
13
14
namespace
Stack
{
15
16
// TODO: Take function to call for each frame
17
void
printTrace
(
size_t
max);
18
19
}
// !namespace Stack
Stack::printTrace
void printTrace(size_t max)
Definition:
Stacktrace.cpp:24
Stack
Definition:
Stacktrace.cpp:22
Kernel
Stacktrace.hpp
Generated by
1.8.17