(gdb) p *avp_name
value has been optimized out
(gdb) p avp
$1 = (avp_t *) 0x205049532e797469
(gdb) p *avp
Cannot access memory at address 0x205049532e797469
(gdb) p name
$2 = (str *) 0x7ffdbb3a77a8
(gdb) p *name
$3 = {s = 0x7f87961f6c5f "eventapi_lock)", len = 13}
(gdb) p id
$4 = 64
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.