gpt4 book ai didi

c++ - 单步执行 std::function 调用时如何跳过 std 命名空间中的方法调用? (使用 GDB。)

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:40:56 24 4
gpt4 key购买 nike

如果我需要通过 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

关于c++ - 单步执行 std::function 调用时如何跳过 std 命名空间中的方法调用? (使用 GDB。),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10955884/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com