L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
backtrace.h
Go to the documentation of this file.
1
5
/*
6
* (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
7
* Alexander Warg <warg@os.inf.tu-dresden.de>
8
* economic rights: Technische Universität Dresden (Germany)
9
* This file is part of TUD:OS and distributed under the terms of the
10
* GNU Lesser General Public License 2.1.
11
* Please see the COPYING-LGPL-2.1 file for details.
12
*/
13
#pragma once
14
15
#include <sys/cdefs.h>
16
17
__BEGIN_DECLS
18
26
int
l4util_backtrace
(
void
**pc_array,
int
max_len);
27
28
__END_DECLS
l4util_backtrace
int l4util_backtrace(void **pc_array, int max_len)
Fill backtrace structure.
__END_DECLS
#define __END_DECLS
End section with C types and functions.
Definition
compiler.h:199
__BEGIN_DECLS
#define __BEGIN_DECLS
Start section with C types and functions.
Definition
compiler.h:196
l4
util
backtrace.h
Generated on Sat Aug 24 2024 16:07:22 for L4Re Operating System Framework by
1.9.8