load_elf: dump a sequence of gdb commands for easy debugging
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 7 Dec 2023 08:55:22 +0000 (00:55 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 13 Dec 2023 00:59:12 +0000 (16:59 -0800)
commit54329e2d6f5b563a8af5a5563dc4075fc34d8277
tree4cdab14cc9c7d1bbdc4e15a410513f46b5c158dc
parent122c18de8be9466b81ee9f61dd5201f12f525a3f
load_elf: dump a sequence of gdb commands for easy debugging

dumps a sequence of gdb commands that can easily be copied from
the output and pasted into gdb to reset the stack to what load_elf
uses, instead of what gdb's execve does.
src/openpower/decoder/isa/mem.py