OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libjava/] [sysdep/] [generic/] [backtrace.h] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
// backtrace.h - Fallback backtrace implementation. default implementation.
2
 
3
/* Copyright (C) 2005  Free Software Foundation
4
 
5
   This file is part of libgcj.
6
 
7
This software is copyrighted work licensed under the terms of the
8
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
9
details.  */
10
 
11
#ifndef __SYSDEP_BACKTRACE_H__
12
#define __SYSDEP_BACKTRACE_H__
13
 
14
#include <java-stack.h>
15
 
16
/* Store return addresses of the current program stack in
17
   STATE and return the exact number of values stored.  */
18
void
19
fallback_backtrace (_Jv_UnwindState *)
20
{
21
}
22
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.