From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: Elena Zannoni Cc: GDB Subject: Re: Print 64bit address from gdb Date: Tue, 14 Aug 2001 22:25:00 -0000 Message-id: <20010814222519.B14916@lucon.org> References: <20010809161153.A25494@lucon.org> <20010809163140.A6995@nevyn.them.org> <20010810094110.B8606@lucon.org> <15225.65203.160659.750510@krustylu.cygnus.com> <20010814215506.A14399@lucon.org> <15226.1172.642389.871008@krustylu.cygnus.com> <20010814220644.B14607@lucon.org> <15226.1788.358144.299403@krustylu.cygnus.com> X-SW-Source: 2001-08/msg00141.html On Wed, Aug 15, 2001 at 01:22:04AM -0400, Elena Zannoni wrote: > > > (gdb) > > > > (gdb) show complain > > Max number of complaints about incorrect symbols is 0. > > > > Hmm, so the complaint shows up once (at least) even if it the max > allowed is set to zero? Yes. I think it is normal since it is an internal gdb bug. H.J.