我试图找出 errno 何时更改。
一开始我在gdb中尝试了“watch errno”,导致报错
Cannot find thread-local variables on this target
我可以通过使用“-pthread”编译来解决这个问题。但是,它仍然不起作用,我现在收到错误
Cannot find shared library `/usr/lib/debug/lib/x86_64-linux-gnu/libc-2.13.so' in dynamic linker's load module list
当我输入“watch errno”时。我需要做什么才能在 errno 上设置观察点?