Ruby
2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
addr2line.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
addr2line.h -
4
5
$Author$
6
7
Copyright (C) 2010 Shinichiro Hamaji
8
9
**********************************************************************/
10
11
#ifndef RUBY_ADDR2LINE_H
12
#define RUBY_ADDR2LINE_H
13
14
#if (defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H))
15
16
void
17
rb_dump_backtrace_with_lines(
int
num_traces,
void
**traces);
18
19
#endif
/* USE_ELF */
20
21
#endif
/* RUBY_ADDR2LINE_H */
Generated by
1.9.2