From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Don Howard Cc: Fernando Nasser , Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: [RFA] deleting breakpoints inside of 'commands' [Repost] Date: Thu, 20 Sep 2001 18:05:00 -0000 Message-id: <3BAA9245.5040100@cygnus.com> References: X-SW-Source: 2001-09/msg00282.html > Should I make the global variables static and add accessor/mutator > functions? What is the policy on globals? They tend to not go down very well. Patches adding ``extern''s to C files will simply be rejected. Andrew