吾爱开源's Archiver
文库首页
›
程序非源代码
› strace 跟踪系统调用
52ky
发表于 2021-6-11 15:41:48
strace 跟踪系统调用
strace 跟踪系统调用,在 DebugView 里输出结果函数名后跟着冒号后面的是返回值
函数下面是参数值
(strace traces system calls and outputs the results in DebugView
The function name followed by a colon is the return value
Below the function is the parameter value)
页:
[1]
查看完整版本:
strace 跟踪系统调用