With OpenOCD and gdb attached I found the program counter and with objdump -S --start-address=0xffffffc0105ded54 vmlinux | awk '{print $0} $3~/retq?/{exit}' ...
確定! 回上一頁