不是油条

Results 7 comments of 不是油条

It seems that breakpoint at the entry point does not work. ``` # readelf -h ./yasm | grep 'Entry point' Entry point address: 0x8049c82 # gdb -q ./yasm Reading symbols...

@copy Is there a build environment and options for [this image](https://i.copy.sh/images/linux3.iso)? If not, could you please provide one? I want to build and test gdb with the same environment and...

> How does gdb implement break points? v86 ignores the [trap flag](https://en.wikipedia.org/wiki/Trap_flag), so execution continues normally, but I'm not sure if that's the problem here. The single byte trap instruction...

I'v ran program `yasm` with Valgrind and gdb in vm like [this](http://valgrind.org/docs/manual/manual-core-adv.html#manual-core-adv.gdbserver-simple). It seems that everything works well including breakpoints, continuing and single stepping. What Valgrind does is to simulate...

我也遇到同样的问题,并且在不使用wx-f2而直接使用f2时也是一样的现象