diff options
author | Yusuke Endoh <mame@ruby-lang.org> | 2020-10-04 00:07:37 +0900 |
---|---|---|
committer | Yusuke Endoh <mame@ruby-lang.org> | 2020-12-11 14:08:33 +0900 |
commit | c718c300079573392d4de6f51fbb28b3a34c5341 (patch) | |
tree | 6661efdedbef5c2878ebe7a63a6f3301982b4b4f /vm_exec.c | |
parent | 8c5ec10038a9bbc328eeb3756da207ba5976072d (diff) |
addr2line.c: support debuglink by build_id
Currently, addr2line.c supports only one path format of debuglink:
"/usr/lib/debug/usr/bin/ruby.debug".
However, recent debian packages seem to use another format by build_id:
"/usr/lib/debug/.build-id/ab/cdef1234.debug".
https://github.com/Debian/debhelper/blob/5d1bb29841043d8e47ebbdd043e6cd086cad508e/dh_strip#L292
https://github.com/Debian/debhelper/blob/5d1bb29841043d8e47ebbdd043e6cd086cad508e/dh_strip#L353
This changeset makes ruby backtrace support the second format.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3627
Diffstat (limited to 'vm_exec.c')
0 files changed, 0 insertions, 0 deletions