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.
|
3 years ago | |
---|---|---|
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE.txt | 3 years ago | |
README.md | 3 years ago | |
symbolise.py | 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.