Ruby  2.0.0p247(2013-06-27revision41674)
addr2line.h
Go to the documentation of this file.
00001 /**********************************************************************
00002 
00003   addr2line.h -
00004 
00005   $Author$
00006 
00007   Copyright (C) 2010 Shinichiro Hamaji
00008 
00009 **********************************************************************/
00010 
00011 #ifndef RUBY_ADDR2LINE_H
00012 #define RUBY_ADDR2LINE_H
00013 
00014 #ifdef USE_ELF
00015 
00016 void
00017 rb_dump_backtrace_with_lines(int num_traces, void **traces, char **syms);
00018 
00019 #endif /* USE_ELF */
00020 
00021 #endif /* RUBY_ADDR2LINE_H */
00022