이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::addr
Name
function::addr — Address of the current probe point.
Synopsis
addr:long()
Arguments
None
Description
Returns the instruction pointer from the current probe's register state. Not all probe types have registers though, in which case zero is returned. The returned address is suitable for use with functions like
symname
and symdata
.