0
在gdb腳本中繼續等效什麼? 我試過使用loop_continue,但沒有奏效。 Gdb拋出錯誤說未定義的命令。gdb腳本重啓繼續while循環
我想是這樣
while $thr
if $thr->procedureId != 28
set $thr = $thr->cnext
loop_continue; // this doesn't work
end
print $thr
set $thr = $thr->cnext
end