The Wayback Machine - https://web.archive.org/web/20210728043643/https://github.com/ruby/ruby/blob/master/addr2line.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef RUBY_ADDR2LINE_H
#define RUBY_ADDR2LINE_H
/**********************************************************************
addr2line.h -
$Author$
Copyright (C) 2010 Shinichiro Hamaji
**********************************************************************/
#if (defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H))
void
rb_dump_backtrace_with_lines(int num_traces, void **traces);
#endif /* USE_ELF */
#endif /* RUBY_ADDR2LINE_H */