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)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 13 Dec 2023 09:34:40 +0000 (09:34 +0000)
commitd11a93aec872c91e204ad4635b0050eddd155ce4
tree4cdab14cc9c7d1bbdc4e15a410513f46b5c158dc
parent03857e8859d7a94db804e18d35b3e973d48a39fc
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