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:03:00 -0000 Message-id: <15226.1172.642389.871008@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> X-SW-Source: 2001-08/msg00137.html 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) Elena > H.J.