Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-07-23 Thread Markus Armbruster
One more thing just caught my eye: every command starts with "mcd-", and every type starts with "MCD". This makes the index less useful than it could be. Not a show-stopper, but perhaps you'd like to consider dropping the command prefix.

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-20 Thread Mario Fleischmann
On 20.05.2025 09:36, Markus Armbruster wrote: > Mario Fleischmann writes: > >> This patch series introduces support for the Multi-Core Debug (MCD) API, a >> commonly used debug interface by emulators. The MCD API, defined through a >> header file, consists of 54 functions for implementing debug

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-20 Thread Markus Armbruster
Mario Fleischmann writes: > This patch series introduces support for the Multi-Core Debug (MCD) API, a > commonly used debug interface by emulators. The MCD API, defined through a > header file, consists of 54 functions for implementing debug and trace. > However, since it is a header-file-only i

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-14 Thread Mario Fleischmann
On 08.05.2025 13:38, Markus Armbruster wrote: > Mario Fleischmann writes: > >> This patch series introduces support for the Multi-Core Debug (MCD) API, a >> commonly used debug interface by emulators. The MCD API, defined through a >> header file, consists of 54 functions for implementing debug

Re: [PATCH v2 00/20] Add Multi-Core Debug (MCD) API support

2025-05-08 Thread Markus Armbruster
Mario Fleischmann writes: > This patch series introduces support for the Multi-Core Debug (MCD) API, a > commonly used debug interface by emulators. The MCD API, defined through a > header file, consists of 54 functions for implementing debug and trace. > However, since it is a header-file-only i