gdb 中有没有办法检索(而不是打印)日志文件、日志重定向等选项的值?为什么他们提供了 set 命令但没有 get 命令?
问问题
111 次
1 回答
1
Why do they provide a set command but no get command?
The GDB manual covers this. The get command is usually called show
, but sometimes info
.
于 2013-03-13T02:53:52.590 回答