diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 06:35:25 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-10-20 06:35:25 +0000 |
commit | 595056135f2b57fc4c018e561d6ad8d59b06b26b () | |
tree | d42d7d684f1d43e1a7334d7e8eaaaf7d3ab13af7 /addr2line.h | |
parent | fe735bd30fa6e2d02c9c8fbe4babe4e88f71bc3a (diff) |
Support Mach-O on backtrace with DWARF
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | addr2line.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #ifndef RUBY_ADDR2LINE_H #define RUBY_ADDR2LINE_H -#ifdef USE_ELF void rb_dump_backtrace_with_lines(int num_traces, void **traces); |