From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32373 invoked by alias); 4 Nov 2004 21:26:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32364 invoked from network); 4 Nov 2004 21:26:34 -0000 Received: from unknown (HELO lakermmtao08.cox.net) (68.230.240.31) by sourceware.org with SMTP; 4 Nov 2004 21:26:34 -0000 Received: from white ([68.9.64.121]) by lakermmtao08.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041104212635.LKFE20400.lakermmtao08.cox.net@white> for ; Thu, 4 Nov 2004 16:26:35 -0500 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1CPp7q-0001x1-00 for ; Thu, 04 Nov 2004 16:26:34 -0500 Date: Thu, 04 Nov 2004 21:26:00 -0000 From: Bob Rossi To: GDB Subject: breakpoints_changed Message-ID: <20041104212634.GC7296@white> Mail-Followup-To: GDB Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2004-11/txt/msg00040.txt.bz2 Hi, I noticed that there is an async notification in the annotate interface that allows the annotations to print 'breakpoints invalid' if the breakpoints have been changed. The function breakpoints_changed is called from breakpoint.c to tell the annotations when this has happened. How does MI accomplish this? or does it not? With MI, does the front end have to ask for the breakpoints after every command? Is there a list of async notifications in MI? Or a least some place in the code that has them all together? Thanks, Bob Rossi