이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::returnval
Name
function::returnval — Possible return value of probed function
Synopsis
returnval:long()
Arguments
None
Description
Return the value of the register in which function values are typically returned. Can be used in probes where
$return
isn't available. This is only a guess of the actual return value and can be totally wrong. Normally only used in dwarfless probes.