対話型アプリをgdbでデバッグする方法

Cygwin上のvimデバッグする
http://jarp.does.notwork.org/diary/200104b.html#200104132

ps でWINPIDを調べる。このWINPIDを指定してgdbを起動。

% gdb --quiet --nw ./vim.exe 4291071671
/home/watanabe/cygwin/vim60aa/src/4291071671: No such file or directory.
Attaching to program `/home/watanabe/cygwin/vim60aa/src/./vim.exe', process -3895625
[Switching to thread -3895625.0xffc4815b]

gdbに制御が移るのでcontinueする。