You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
560 B
560 B
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.