From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22819 invoked by alias); 24 Aug 2007 17:51:11 -0000 Received: (qmail 22721 invoked by uid 22791); 24 Aug 2007 17:51:10 -0000 X-Spam-Check-By: sourceware.org Received: from sca-es-mail-2.Sun.COM (HELO sca-es-mail-2.sun.com) (192.18.43.133) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Aug 2007 17:51:00 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l7OHoslb012681 for ; Fri, 24 Aug 2007 10:50:58 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JNA00C01H3VR100@fe-sfbay-09.sun.com> (original mail from Gordon.Prieur@Sun.COM) for gdb@sourceware.org; Fri, 24 Aug 2007 10:50:54 -0700 (PDT) Received: from [129.146.82.55] by fe-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JNA00CNUHKPYUD0@fe-sfbay-09.sun.com> for gdb@sourceware.org; Fri, 24 Aug 2007 10:50:49 -0700 (PDT) Date: Fri, 24 Aug 2007 17:51:00 -0000 From: Gordon Prieur Subject: Questions about gdb/mi support on the Mac To: gdb@sourceware.org Message-id: <46CF1A71.1020002@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 1.5 (X11/20060113) X-IsSubscribed: yes 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-08/txt/msg00196.txt.bz2 Hi, What are the known differences between running gdb/mi on a Mac and on Windows/Linux/Solaris? I'm debugging problems in netbeans C/C++ support (via gdb) on the Mac and am seeing significant differences between the Mac and other platforms. For instance, if I send -exec-step on the Mac, I get a *stopped with reason="end-stepping-range" and thread-id. On all 3 other platforms we run on I also get a frame parameter (which is what we use to move the PC and stack annotations. Are there other known differences between the Mac and other platforms? (I'm using gdb 6.3.5 on the Mac). Thanks, Gordon