Last active
June 10, 2020 08:01
Workarounds for wrong address interpreatation on AVR-GDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define di | |
disas (void (*)())$arg0, (void (*)())$arg1 | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef void (*faddr)(); | |
faddr filler __attribute__((used)) = 0x00; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment