From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24772 invoked by alias); 28 Feb 2007 21:16:02 -0000 Received: (qmail 24762 invoked by uid 22791); 28 Feb 2007 21:16:01 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.239) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Feb 2007 21:15:50 +0000 Received: by wr-out-0506.google.com with SMTP id i31so403545wra for ; Wed, 28 Feb 2007 13:15:48 -0800 (PST) Received: by 10.114.126.1 with SMTP id y1mr879663wac.1172697337311; Wed, 28 Feb 2007 13:15:37 -0800 (PST) Received: by 10.114.109.6 with HTTP; Wed, 28 Feb 2007 13:15:37 -0800 (PST) Message-ID: Date: Wed, 28 Feb 2007 21:37:00 -0000 From: "Bill Baxter" To: gdb@sourceware.org Subject: gdbmi.el not working with emacs 22 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00301.txt.bz2 The gdbmi.el file says it should work with emacs 22 by just dropping it in. I tried it with this emacs 22: http://ourcomments.org/Emacs/EmacsW32.html Using MinGW gdb 6.3-2 from here: http://prdownloads.sf.net/mingw/gdb-6.3-2.exe?download I downloaded gdbmi.el out of CVS. http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mi/gdb-mi.el?cvsroot=src The same gdb/emacs combo works fine with the regular M-x gdb mode and --annotate=3, namely it shows the current line indicator and breakpoints properly. However M-x gdbmi with the default command-line did not work properly. It is able to debug, but the decorations don't show up in the margin. Is this a bug, or a known issue, or what? Should I file a bug report? Thanks, Bill