[New post] Loading Multiple (Binary) Files with GDB
Erich Styger posted: " A typical debugging session involves just one ELF/Dwarf binary or executable. But what if I need to program multiple binary files with gdb? Things like loading both the bootloader and the application binary? Or I have a an on-chip file system or data sec" MCU on Eclipse
A typical debugging session involves just one ELF/Dwarf binary or executable. But what if I need to program multiple binary files with gdb? Things like loading both the bootloader and the application binary? Or I have a an on-chip file system or data section I need to program? In this article I show how I […]
No comments:
Post a Comment