From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4936 invoked by alias); 7 Aug 2002 12:49:43 -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 4928 invoked from network); 7 Aug 2002 12:49:42 -0000 Received: from unknown (HELO gauvain.enssat.fr) (192.54.188.6) by sources.redhat.com with SMTP; 7 Aug 2002 12:49:42 -0000 Received: from enssat.fr (yseult1.enssat.etu.univ-rennes1.fr [192.54.188.193]) by gauvain.enssat.fr (8.9.1a/jtpda-5.3.3) with ESMTP id OAA32010 for ; Wed, 7 Aug 2002 14:54:46 +0200 (MET DST) Message-ID: <3D511895.F61D82A1@enssat.fr> Date: Wed, 07 Aug 2002 05:49:00 -0000 From: Squal MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: remote debugging with m68k-stub Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00047.txt.bz2 Hello! I have done all the remote target gdb instructions: - define all the low level routines - insert set_debug_traps(); and breakpoints(); at the beginning of the program - compiling stub and program together After that, I downloaded my program and the m68k-stub in the target. My problem is when I start the program in the remote target, the program stop and never restart (the halt indicator is set). Normally, the program will stop at the breakpoint (TRAP #1) and will continue after gdb be connected to the stub but the program seems to be stopped. Somebody can help me ? Thanks Pascal