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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [sysdep/] [generic/] [backtrace.h] - Blame information for rev 764

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 764 jeremybenn
// backtrace.h - Fallback backtrace implementation. default implementation.
2
 
3
/* Copyright (C) 2005, 2006  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
/* Unwind through the call stack calling TRACE_FN with STATE for every stack
17
   frame.  Returns the reason why the unwinding was stopped.  */
18
_Unwind_Reason_Code
19
fallback_backtrace (_Unwind_Trace_Fn, _Jv_UnwindState *)
20
{
21
  return _URC_NO_REASON;
22
}
23
#endif

powered by: WebSVN 2.1.0

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