开发者

mipsel-gdb breakpoint from source code

It seems that gdb is failing to find breakpo开发者_如何学编程ints if a class is implemented in the header file. Therefore I am trying to force a breakpoint from the source. I guess I need the mips equivalent of asm("int3"). Any ideas?

PS: asm("break 3") does not work


Try __volatile__ __asm__("break");

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜