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>
Thu, 7 Dec 2023 08:55:22 +0000 (00:55 -0800)
commite99f2f2679cc04fd7d0a63b6db29e61d4dc1bcdf
treed89d5a75989e3a4d45e4e5208525d107cf6d3260
parentb8464f22ff3c7768c6cc47d2b7d80c2efff4dd4a
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