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>
Fri, 22 Dec 2023 19:26:22 +0000 (19:26 +0000)
commit430e613e46e4a61945d596b98467444055e1a735
tree4cdab14cc9c7d1bbdc4e15a410513f46b5c158dc
parent72bb05741db8c4d298cb024785508bca7c58e5ff
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