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
18
26int l4util_backtrace(void **pc_array, int max_len);
27
int l4util_backtrace(void **pc_array, int max_len)
Fill backtrace structure.
#define __END_DECLS
End section with C types and functions.
Definition compiler.h:199
#define __BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:196