03 2021 档案
摘要:https://blog.csdn.net/zhangjs0322/article/details/10152279 layout:用于分割窗口,可以一边查看代码,一边测试。主要有以下几种用法:layout src:显示源代码窗口layout asm:显示汇编窗口layout regs:显示源代码/
阅读全文
摘要:Display the contents of the symbol table(s) objdump --syms -F elf_file > elf_file.symbol objdump -h -S elf_file > elf_file.header (CODE_LDFLAGS
阅读全文
摘要:Trace semihosting itm segger-rtt https://github.com/pokitoz/qemu-lm3s6965evb https://github.com/pokitoz/qemu-lm3s6965evb/blob/master/start.c https://g
阅读全文
摘要:必须开启debug模式 -g readelf --string-dump=.debug_str YOUR_PROGRAM | sed -n '/\/\|\.c/{s/.*\] //p}' readelf --syms YOUR-PROGGRAM |tee /tmp/log vim /tmp/log
阅读全文