Skip to content

Commit

Permalink
* addr2line.c: added to show source filename and line number of
Browse files Browse the repository at this point in the history
  functions in backtrace. [ruby-dev:42625]
  a patch from shinichiro.h <shinichiro.hamaji AT gmail.com>

* addr2line.h: ditto.

* common.mk: add addr2line.$(OBJEXT).

* configure.in: check dl_iterate_phdr.

* vm_dump.c (rb_vm_bugreport): use rb_dump_backtrace_with_lines in
  addr2line.c when the binary is ELF.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Nov 26, 2010
1 parent f8f3585 commit 086301a
Show file tree
Hide file tree
Showing 6 changed files with 577 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Fri Nov 26 12:21:20 2010 NARUSE, Yui <[email protected]>

* addr2line.c: added to show source filename and line number of
functions in backtrace. [ruby-dev:42625]
a patch from shinichiro.h <shinichiro.hamaji AT gmail.com>

* addr2line.h: ditto.

* common.mk: add addr2line.$(OBJEXT).

* configure.in: check dl_iterate_phdr.

* vm_dump.c (rb_vm_bugreport): use rb_dump_backtrace_with_lines in
addr2line.c when the binary is ELF.

Fri Nov 26 12:12:50 2010 NARUSE, Yui <[email protected]>

* regcomp.c (setup_tree): restart setup_tree() for a node whose
Expand Down
Loading

0 comments on commit 086301a

Please sign in to comment.