A script that fills in information from a symbol file to a gdb stack trace generated without symbols.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rhinoduck aacb76e213 Initial commit 3 years ago
.editorconfig Initial commit 3 years ago
.gitignore Initial commit 3 years ago
LICENSE.txt Initial commit 3 years ago
README.md Initial commit 3 years ago
symbolise.py Initial commit 3 years ago

README.md

symbolise.py

A script that fills in information from a symbol file to a gdb stack trace generated without symbols.

Usage

$ symbolise.py -h
usage: symbolise.py [-h] binary_path stack_trace_path

positional arguments:
  binary_path
  stack_trace_path

optional arguments:
  -h, --help        show this help message and exit

Requirements

  • Python 3.7+ (could be lowered with a couple of modifications)
  • addr2line in PATH

Licence

This software is licensed under the Apache License 2.0.