This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Set BP immediately


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" <Cenedese@indel.ch>
To: <gdb@sources.redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]