From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30716 invoked by alias); 2 May 2003 17:43:54 -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 30697 invoked from network); 2 May 2003 17:43:53 -0000 Received: from unknown (HELO mail.lineo.com) (64.50.107.70) by sources.redhat.com with SMTP; 2 May 2003 17:43:53 -0000 Received: (qmail 4438 invoked by uid 100); 2 May 2003 17:42:53 -0000 Message-ID: <20030502174252.4437.qmail@mail.lineo.com> From: "John Faith" To: gdb@sources.redhat.com Subject: Breakpoints ignored for dynamically linked app Date: Fri, 02 May 2003 17:43:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00017.txt.bz2 I'm running gdb/gdbserver 5.3 on 2.4.19-rmk6-pxa1 on a DBPXA250 (XScale/Lubbock) board, built with gcc 3.2.1, glibc-2.3.1. Debugging a statically linked "hello world" app works fine with gdb or gdbserver. If I try to debug the same app with dynamic linking, breakpoints are ignored, and the program being debugged runs to completion. This happens both for gdb and gdbserver running on the ARM target board. Any ideas on the reason for this behavior, or what needs to be fixed? Thanks!, John Faith Metrowerks