* Peter Maydell (peter.mayd...@linaro.org) wrote:
> On Tue, 1 Dec 2020 at 11:51, Dr. David Alan Gilbert
> wrote:
> >
> > * Peter Maydell (peter.mayd...@linaro.org) wrote:
> > > On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote:
> > > >
> > > > From: Brijesh Singh
> > > >
> > > > From: Brijesh Si
On Tue, 1 Dec 2020 at 11:51, Dr. David Alan Gilbert wrote:
>
> * Peter Maydell (peter.mayd...@linaro.org) wrote:
> > On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote:
> > >
> > > From: Brijesh Singh
> > >
> > > From: Brijesh Singh
> > >
> > > Extend the MemTxAttrs to include a 'debug' flag. The
* Peter Maydell (peter.mayd...@linaro.org) wrote:
> On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote:
> >
> > From: Brijesh Singh
> >
> > From: Brijesh Singh
> >
> > Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as
> > general indicator that operation was triggered by the
On Mon, 16 Nov 2020 at 19:28, Ashish Kalra wrote:
>
> From: Brijesh Singh
>
> From: Brijesh Singh
>
> Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as
> general indicator that operation was triggered by the debugger.
>
> A subsequent patch will set the debug=1 when issuin
* Ashish Kalra (ashish.ka...@amd.com) wrote:
> From: Brijesh Singh
>
> From: Brijesh Singh
>
> Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as
> general indicator that operation was triggered by the debugger.
>
> A subsequent patch will set the debug=1 when issuing a m
From: Brijesh Singh
From: Brijesh Singh
Extend the MemTxAttrs to include a 'debug' flag. The flag can be used as
general indicator that operation was triggered by the debugger.
A subsequent patch will set the debug=1 when issuing a memory access
from the gdbstub or HMP commands. This is a prer