Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の関数が返された直後に GDB を中断するように指示する方法はありますか?
関数を実行しようとしている場合は、n[ext]. 内部にいる場合はfin[ish]、戻るときに停止し、戻り値を表示します。
n[ext]
fin[ish]
関数にブレークポイントを追加して、finishステップアウトすることができます。
finish