我有以下錯誤: dtrace: error on enabled probe ID 3 (ID 7343: php15810:php:dtrace_execute_ex:function-return): invalid address (0x0) in action #2 at DIF offset 24 當我試圖跟蹤我的PHP腳本(sudo ./trace-php.d)。 基本上我想實現的是通
返回值 有這個程序的功能,目前返回我更希望它返回一個0 uregs[R_PC] is the program counter。 arg0 is the program counter offset from where we left the function (assembly, "ret")。 從此我推斷:我們可以添加偏移量,程序計數器,uregs[R_PC]+arg0,找到返回值的地址。我已