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 では、次の内容の .gdbinit ファイルを作成します。
break file1.c:32 catch syscall write # more setup commands run
これにより、gdb はプログラムを実行し、それらのブレークポイントで停止します。
どうすればgdbserverで同じことができますか? 例: ブレークポイントに到達した場合にのみ接続を受け入れるために停止しますか?