GDBリモートデバッグサーバを自作ISSに実装する(stepの実装とパケットの注意点)

前回の実装では、continue命令を実装したのだった。次は、step操作を実装していこう。 msyksphinz.hatenablog.com step実行は、GDBの中ではどのように実装されるのだろうか? Howto: GDB Remote Serial Protocol In the RSP, the s packet indicates stepping of a single machine instruction, not a high level statemen…