std::function 呼び出しを実行する必要がある場合、デバッガーを使用して関数オブジェクトをステップ実行すると、非常に混乱する可能性があります。
これらのフレームをスキップすることは何とか可能ですか?
gdb 7.4 では、このために skip ファミリーのコマンドが追加されました。
(gdb) apropos skip
info skip -- Display the status of skips
set step-mode -- Set mode of the step operation
show step-mode -- Show mode of the step operation
skip -- Ignore a function while stepping
skip delete -- Delete skip entries
skip disable -- Disable skip entries
skip enable -- Enable skip entries
skip file -- Ignore a file while stepping
skip function -- Ignore a function while stepping