From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: "Pierre Saucourt-Harmel (r54698)" Cc: gdb@sourceware.cygnus.com, crossgcc@sources.redhat.com Subject: Re: Execution pipeline (2nd) Date: Sat, 17 Feb 2001 10:51:00 -0000 Message-id: <3A8E4425.33AA366D@cygnus.com> References: <3A896A68.3414D006@motorola.com> <3A8CF11F.2E4EE510@motorola.com> X-SW-Source: 2001-02/msg00250.html "Pierre Saucourt-Harmel (r54698)" wrote: > > Hi. > > Any idea if yes or no, GDB v5.0 is able to take into account the > execution pipeline of a processor, such as the ARM7T, when this > pipeline has consequences on the external programing model of the > processor ? No. GDB assumes that the target it is looking at has synchronised (a PPC term) its self draining all pipelines. Andrew