[Pdbg] [PATCH 06/10] pdbg: add an expert mode

Nicholas Piggin npiggin at gmail.com
Tue May 8 13:02:09 AEST 2018


On Tue, 08 May 2018 12:32:31 +1000
Alistair Popple <alistair at popple.id.au> wrote:

> If I read this correctly it looks like this makes every command require expert
> mode? Is that because they all assert special wakeup or something?

Yeah, they have to be released.

I mean, in !expert mode targets get released automatically, so probably
a lot of these operations can just move down. It's just a matter of
confirming they don't leave state around.

I don't know if there's a way to query the special wakeup status of a
core. That would be nice at least to report it somewhere and could
inform you that you need to do the release, and have some basic sanity
checks.

Thanks,
Nick


More information about the Pdbg mailing list