From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by ozlabs.org (Postfix) with ESMTP id 79F2367A5F for ; Wed, 17 May 2006 23:49:25 +1000 (EST) Received: by py-out-1112.google.com with SMTP id s49so322854pyc for ; Wed, 17 May 2006 06:49:24 -0700 (PDT) Message-ID: Date: Wed, 17 May 2006 06:49:23 -0700 From: "Steve Iribarne (GMail)" To: linuxppc-embedded Subject: Anyone seen this while debugging? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I am using linux-2.4.32. I am using a BDI2000 and I set break to SOFT I am debugging a module and I use Denx scripts "add-module" so that I know my module symbols are getting loaded in the right location. Everytime I set a breakpoint in my module I get.... Program received signal SIGSTOP, Stopped (signal). 0x00000500 in ?? () The address moves around a bit but I always get this. If I delete the breakpoints it works fine. Thanks in advance. -stv