From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2114 invoked by alias); 25 Dec 2007 09:00:08 -0000 Received: (qmail 1785 invoked by uid 22791); 25 Dec 2007 09:00:07 -0000 X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Dec 2007 09:00:01 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J75dn-0006Lt-Dg for gdb@sourceware.org; Tue, 25 Dec 2007 00:59:59 -0800 Message-ID: <14493910.post@talk.nabble.com> Date: Tue, 25 Dec 2007 09:00:00 -0000 From: "Usachev M." To: gdb@sourceware.org Subject: gdb && Eclipse && Harvard cpu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: um.lan@mit.ru 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-12/txt/msg00177.txt.bz2 I use avr-gdb 6.5 && simulavr (latest WinAVR package). When C-program contains static variables, gdb works fine (requests locals and variables led to generation packets like $m800060). But if I use stack local variables, command "x my_var" led to the packet like $m60 (not $m800060). And "x *&my_var" works fine - "$m800060"). why? I use Eclipse (not command line) where disassemble and inspecting locals and variables are automatic, so it is important for me to correct this problem. -- View this message in context: http://www.nabble.com/gdb----Eclipse----Harvard-cpu-tp14493910p14493910.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.