Re: stupid gdb

From: Robert Collins <robertc@dont-contact.us>
Date: Fri, 15 Aug 2003 18:07:56 +1000

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>.

Received on Fri Aug 15 2003 - 02:08:14 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:20:29 MST