Affiliation:
1. ENS, France
2. University of Kent, UK
3. Inria, France
Abstract
Debug information, usually encoded in the DWARF format, is a hidden and obscure component of our computing infrastructure. Debug information is obviously used by debuggers, but it also plays a key role in program analysis tools, and, most surprisingly, it can be relied upon by the runtime of high-level programming languages. For instance the C++ runtime leverages DWARF stack unwind tables to implement exceptions! Alas, generating debug information adds significant burden to compiler implementations, and the debug information itself can be pervaded by subtle bugs, making the whole infrastructure unreliable. Additionally, interpreting the debug tables is a time-consuming task and, for some applications as sampling profilers, it turns out to be a performance bottleneck.
In this paper we focus on the DWARF .eh_frame table, that enables stack unwinding in absence of frame-pointers. We will describe two techniques to perform validation and synthesis of the DWARF stack unwinding tables, and their implementation for the x86_64 architecture. The validation tool has proven effective for compiler and inline assembly testing, while the synthesis tool can generate DWARF unwind tables for arbitrary binaries lacking debug information. Additionally, we report on a technique to precompile unwind tables into native x86_64 code, which we have implemented and integrated into libunwind, resulting in 11x-25x DWARF-based unwind speedups.
Publisher
Association for Computing Machinery (ACM)
Subject
Safety, Risk, Reliability and Quality,Software
Reference14 articles.
1. Eli Bendersky. 2019. pyelftools. https://github.com/eliben/pyelftools Eli Bendersky. 2019. pyelftools. https://github.com/eliben/pyelftools
2. BAP: A Binary Analysis Platform
3. DWARF. 2017. DWARF Debugging Information Format version 5. DWARF Debugging Information Format Committee. http://dwarfstd.org DWARF. 2017. DWARF Debugging Information Format version 5. DWARF Debugging Information Format Committee. http://dwarfstd.org
Cited by
4 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Low overhead and context sensitive profiling of GPU-accelerated applications;Proceedings of the 36th ACM International Conference on Supercomputing;2022-06-28
2. StackBERT;Proceedings of the 14th ACM Workshop on Artificial Intelligence and Security;2021-11-15
3. Retrofitting effect handlers onto OCaml;Proceedings of the 42nd ACM SIGPLAN International Conference on Programming Language Design and Implementation;2021-06-18
4. Incremental CFG patching for binary rewriting;Proceedings of the 26th ACM International Conference on Architectural Support for Programming Languages and Operating Systems;2021-04-17