GDB remote debug: can't stop the thread

后端 未结 2 475
-上瘾入骨i
-上瘾入骨i 2021-01-21 13:18

I have a gdbserver on a target, that I launch like gdbserver :2345 /bin/ls. Next I am connect a gdb from a host, and trying issue next commands:

         


        
2条回答
  •  一向
    一向 (楼主)
    2021-01-21 14:02

    In order to check which architecture your GDB currently support (those you can have in a set architecture command), just type:

    (gdb) set architecture
    

    without any arguments... As simple as that. Otherwise, you'll probably need a cross GDB, as mentioned by @drbank0.

提交回复
热议问题