(gdb) p t
No symbol "t" in current context.
(gdb) p *t
No symbol "t" in current context.
(gdb) p *t->uas.request
No symbol "t" in current context.
(gdb) p faked_req
No symbol "faked_req" in current context.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.