From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb-patches@sources.redhat.com Subject: [rfc] more findvar harvard fixes Date: Sat, 22 Sep 2001 14:11:00 -0000 Message-id: <3BACFE82.7020104@cygnus.com> X-SW-Source: 2001-09/msg00303.html Hello, The attached patch follows through a few harvard architecture problems Nick Duffek and Jim Blandy worked though in the recent thread: http://sources.redhat.com/ml/gdb-patches/2001-07/msg00382.html Given I think I'm just finishing these changes, I think this is pretty obvious so I'll check it in in a few days. Look ok to people. Andrew >From ac131313@cygnus.com Sat Sep 22 16:09:00 2001 From: Andrew Cagney To: Eli Zaretskii Cc: Kevin Buettner , Fernando Nasser , jason-swarelist@molenda.com, gdb-patches@sources.redhat.com, tromey@cygnus.com Subject: Re: [RFA] Version 2 of patch to add 'maint profile-gdb' command Date: Sat, 22 Sep 2001 16:09:00 -0000 Message-id: <3BAD1A02.1000702@cygnus.com> References: X-SW-Source: 2001-09/msg00304.html Content-length: 692 > On Wed, 19 Sep 2001, Kevin Buettner wrote: > > >> I like having the maintenance commands all lumped under "maint". That >> way I can use tab completion to see all of the maintenance related commands >> when I do >> >> (gdb) maint >> >> I think a set/show would be useful for some activities; couldn't >> we add "maint set ..." and "maint show ..." ? > > > That seems to be a good idea, IMHO. Turns out there is already a ``maint info'' so a ``maint set/show'' makes good sense. Try the attached. Jason, I think it is pretty clear where to add the profiling bit :-) Eli, if the doco entry is going in gdb.texinfo, can you suggest where? Fernando, is this part ok? Andrew