gpt4 book ai didi

c - lldb 在变量的某个值处停在断点处

转载 作者:太空宇宙 更新时间:2023-11-04 03:18:36 25 4
gpt4 key购买 nike

如果变量具有特定值,如何让 lldb 停止?类似于:br set --file fnc.c --line 10 if I==5,其中第 10 行仅包含不涉及 printf 语句>I 并且 I 的值设置在第 10 行之前。我尝试了前面的命令,但它仍然停在第 10 行,无论 I 的值如何>.

最佳答案

根据lldb文档,语法是

(lldb) breakpoint set --name foo --condition '(int)strcmp(y,"hello") == 0'
(lldb) br s -n foo -c '(int)strcmp(y,"hello") == 0'

有关详细信息,请参阅 https://lldb.llvm.org/lldb-gdb.html

关于c - lldb 在变量的某个值处停在断点处,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48836051/

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