How do you turn your crash address into a symbol? How to you check that function you think is in the DLL, is actually in the DLL? You know your symbols are in the EXE/DLL, but you’ve got no way to view them, no way to turn that crash address into a useful symbol.
You have the data, but no means to use it.
Time to change that.
DWARF Browser is an interactive DWARF debug info viewer and crash address converter, reading DWARF debug information for C++ Builder, QtCreator, MingW, gcc, g++, Dev C++, and any other compiler that creates DWARF debug information.
You can filter the DWARF symbols by function/data name allowing you to quickly and easily find the symbols of interest.
An interactive query browser allows you to find the right symbol for four different crash address calculations:
The ability to lookup symbol information so easily is invaluable when investigating crashes.
Get started now. Load your DWARF symbols and find the crash location in a few minutes.