From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: Fernando Nasser , Don Howard , gdb-patches@sources.redhat.com Subject: Re: [RFA] deleting breakpoints inside of 'commands' [Repost] Date: Tue, 18 Sep 2001 17:47:00 -0000 Message-id: <3BA7EB28.7000502@cygnus.com> References: <3BA67BAA.825A5957@cygnus.com> <3BA7519F.70E25EC3@redhat.com> <3BA7608F.3040104@cygnus.com> <3BA7859F.4F7ACFA2@cygnus.com> X-SW-Source: 2001-09/msg00240.html > > I know GDB has performance problems with symbols, but I do not > know that it doesn't have performance problems with executing > command lists. I know that when I used to work on the XRAY > debugger, macro performance was a really big issue, whereas > no one seems to have talked about it much in GDB... I'd expect gdb's macro performance to also be an issue. I'd expect the problems to come from host<->target overhead and not this command duplication though. Andrew