From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: "H . J . Lu" Cc: Elena Zannoni , GDB Subject: Re: Print 64bit address from gdb Date: Tue, 14 Aug 2001 22:13:00 -0000 Message-id: <15226.1788.358144.299403@krustylu.cygnus.com> 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> X-SW-Source: 2001-08/msg00140.html H . J . Lu writes: > On Wed, Aug 15, 2001 at 01:11:48AM -0400, Elena Zannoni wrote: > > H . J . Lu writes: > > > On Wed, Aug 15, 2001 at 12:46:43AM -0400, Elena Zannoni wrote: > > > > > > > > > > > > H.J. how do you get the complaints to show up? > > > > > > I was working on the sign extended vma bug in the stabs reader. See > > > > > > http://sources.redhat.com/ml/gdb-patches/2001-08/msg00115.html > > > > > > > > > > Yes, did you turn the complaints on? > > > > (gdb) help set complain > > Set max number of complaints about incorrect symbols. > > (gdb) show complain > > Max number of complaints about incorrect symbols is 0. > > (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? Something to look at in the morning. Elena > > H.J.