We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用stackplz -n com.xxx.yyy -s malloc[int],free[ptr] --stack -o tmp.log抓取系统调用时,可以实时获取函数参数,但是不能同时获取返回值,这样malloc返回的指针就不能跟free的参数匹配上,stackplz是否可以支持将参数和返回值同时打印出来?
@SeeFlowerX
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
使用stackplz -n com.xxx.yyy -s malloc[int],free[ptr] --stack -o tmp.log抓取系统调用时,可以实时获取函数参数,但是不能同时获取返回值,这样malloc返回的指针就不能跟free的参数匹配上,stackplz是否可以支持将参数和返回值同时打印出来?
@SeeFlowerX
The text was updated successfully, but these errors were encountered: