From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18696 invoked by alias); 12 Aug 2004 12:25:47 -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 18675 invoked from network); 12 Aug 2004 12:25:45 -0000 Received: from unknown (HELO inetmg01.sony.com.sg) (202.42.154.67) by sourceware.org with SMTP; 12 Aug 2004 12:25:45 -0000 Received: from avgw02b.sony.com.sg (avgw02b [43.68.8.23]) by inetmg01.sony.com.sg (8.11.7+Sun/8.11.6) with SMTP id i7CCUQI22865; Thu, 12 Aug 2004 20:30:26 +0800 (SGT) Received: from unknown(43.68.8.1) by avgw02b.sony.com.sg via csmap id d1367a38_ec5b_11d8_811f_0002b3cb4edc_8533; Thu, 12 Aug 2004 20:33:30 +0800 (SGT) Received: from sapsgssdibh01.ap.sony.com (bh01.ap.sony.com [43.68.15.23]) by seagw01.sony.com.sg (8.11.6+Sun/8.11.6) with ESMTP id i7CCHiE21809; Thu, 12 Aug 2004 20:17:44 +0800 (SGT) Received: from sapinsardexc01.sard.in.sony.com.sg (SAPINSARDEXC01 [43.88.102.8]) by sapsgssdibh01.ap.sony.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id QHNJB6S2; Thu, 12 Aug 2004 20:25:20 +0800 Received: from madhveshr (43.88.102.29 [43.88.102.29]) by sapinsardexc01.sard.in.sony.com.sg with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id 37T31A9R; Thu, 12 Aug 2004 18:07:01 +0530 Reply-To: From: "Madhvesh R S" To: "Krzysztof Blaszkowski" , "Fabian Cenedese" Cc: Subject: RE: Set BP immediately Date: Thu, 12 Aug 2004 12:25:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit In-Reply-To: <000601c48056$4b741ca0$20ffffc0@sysc1300> X-SW-Source: 2004-08/txt/msg00199.txt.bz2 Hi, >here: http://www.sysmikro.com.pl/pliki/jtag-adapterII_um.pdf This is an excellent stuff. Do you have any similar stuffs tried for PPC-440GP Ebony target board with any linux version? I have just started for Ebony board with linux-v2.6 and gdb-v6.0. If you have any useful links also, that will be helpful -MS -----Original Message----- From: gdb-owner@sources.redhat.com [mailto:gdb-owner@sources.redhat.com]On Behalf Of Krzysztof Blaszkowski Sent: Thursday, August 12, 2004 3:53 PM To: Fabian Cenedese Cc: gdb@sources.redhat.com Subject: Re: Set BP immediately ----- Original Message ----- From: "Fabian Cenedese" To: Sent: Thursday, August 12, 2004 11:20 AM Subject: Set BP immediately > Hi > > I'm trying to debug an embedded PPC board with gdb, that's why I'm > writing a stub. When I set a breakpoint in gdb (b file:nr), gdb just records > this internally and doesn't do anything with the target. Only upon step > or cont it will set the breakpoint in the hardware. But we need the > possibility to immediately set any breakpoint, even if it's for another > not-halted thread. Is this possible with some gdb commands (like > set PC) or would I need to change the code (break flush :) .. ok, better > name it break apply... or set break apply 1) ? You could use a "monitor" command (abbrev. "mo") with an argument list any kind you wish for that purpose I think. You can see also a spec. for mine arm7tdmi jtag debugger which is available here: http://www.sysmikro.com.pl/pliki/jtag-adapterII_um.pdf > > Thanks > > bye Fabi > > > Best regards, Krzysztof Blaszkowski