DWARF Browser
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 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.
Filters
You can filter the DWARF symbols by function/data name allowing you to quickly and easily find the symbols of interest.
Interactive query
An interactive query browser allows you to find the right symbol for four different crash address calculations:
- Absolute crash address. You know the address of the crash and the load address of the DLL containing that address.
- DLL relative crash address. You know the crash offset inside the DLL.
- Symbol relative crash address. You know the crash offset from a symbol inside the DLL.
- XML Data from a Windows event log crash event.
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.