diff options
author | Yury Delendik <ydelendik@mozilla.com> | 2018-09-24 23:50:55 +0000 |
---|---|---|
committer | Yury Delendik <ydelendik@mozilla.com> | 2018-09-24 23:50:55 +0000 |
commit | d66aabc6d755706693db40bc6680e965c4cad947 (patch) | |
tree | 8b8d3a6202eaa32f3db2b9e61ecb532ed250792f /lldb/packages/Python/lldbsuite/test/python_api/frame | |
parent | 51313bc6d97d32b39c20c2b5c913e9b023967835 (diff) | |
download | bcm5719-llvm-d66aabc6d755706693db40bc6680e965c4cad947.tar.gz bcm5719-llvm-d66aabc6d755706693db40bc6680e965c4cad947.zip |
[WebAssembly] Move .debug_line section address of dead function outside section range
Summary:
Currently we are pointing all debug information that refer removed function code
to the beginning of the code section (offset = 0). A debugger may want to
resolve code offset to the debug information, which will collide with offsets
of the live functions.
Moving offsets of dead functions outside code section range.
Reviewers: sbc100
Reviewed By: sbc100
Subscribers: dblaikie, ruiu, alexcrichton, dschuff, aprantl, jgravelle-google, aheejin, sunfish, JDevlieghere, llvm-commits
Differential Revision: https://reviews.llvm.org/D49446
llvm-svn: 342930
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame')
0 files changed, 0 insertions, 0 deletions