On Fri, 2003-08-15 at 17:48, Adrian Chadd wrote:
> (gdb) print (fde_t *)fd_table[fd]
> No symbol "fde_t" in current context.
> (gdb) print (fde_t *)fd_table[fd]
> No symbol "fde_t" in current context.
> (gdb)
robertc@lifelesslap:~/source/squid/squid--HEAD--3.0$ grep fde_t src/*.h
robertc@lifelesslap:~/source/squid/squid--HEAD--3.0$ grep fde_t src/*.cc
I think you'll have more luck with
print (fde *)fd_table[fd]
Rob
-- GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:20:29 MST