GDB remote protocol: how to analyse packets?

后端 未结 1 929
夕颜
夕颜 2021-02-05 14:31

I have:

  • A proprietary prototype ARM board (Cortex-M3 based) with eCos OS
  • The board has the programmed RedBoot bootloader
  • Serial
相关标签:
1条回答
  • 2021-02-05 14:43

    What I want to know is does GDB stub send back anything or not?

    Do this (before target remote):

    (gdb) set debug remote 1
    
    0 讨论(0)
提交回复
热议问题