2.20 在GDB里第N次经过断点时断下来
https://scz.617.cn/unix/201204231119.txt
A:
山寨办法是:
define ignorecount set $count=0 while ($count<$arg0) set $count=$count+1 c end end
"ignorecount
正经办法是:
ignore
将忽略
https://scz.617.cn/unix/201204231119.txt
A:
山寨办法是:
define ignorecount set $count=0 while ($count<$arg0) set $count=$count+1 c end end
"ignorecount
正经办法是:
ignore
将忽略