Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-18 Thread Kinsey Moore
On 2/18/2022 14:37, Gedare Bloom wrote: On Fri, Feb 18, 2022 at 6:50 AM Kinsey Moore wrote: On 2/17/2022 20:31, Chris Johns wrote: On 18/2/22 8:58 am, Kinsey Moore wrote: On 2/17/2022 15:31, Chris Johns wrote: On 18/2/22 7:12 am, Kinsey Moore wrote: On 2/17/2022 13:53, Chris Johns wrote: W

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-18 Thread Gedare Bloom
On Fri, Feb 18, 2022 at 6:50 AM Kinsey Moore wrote: > > > On 2/17/2022 20:31, Chris Johns wrote: > > On 18/2/22 8:58 am, Kinsey Moore wrote: > >> On 2/17/2022 15:31, Chris Johns wrote: > >>> On 18/2/22 7:12 am, Kinsey Moore wrote: > On 2/17/2022 13:53, Chris Johns wrote: > > Who is settin

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-18 Thread Kinsey Moore
On 2/17/2022 20:31, Chris Johns wrote: On 18/2/22 8:58 am, Kinsey Moore wrote: On 2/17/2022 15:31, Chris Johns wrote: On 18/2/22 7:12 am, Kinsey Moore wrote: On 2/17/2022 13:53, Chris Johns wrote: Who is setting breaks points in interrupts? Where I encountered issues was setting breaks in

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 18/2/22 8:58 am, Kinsey Moore wrote: > On 2/17/2022 15:31, Chris Johns wrote: >> On 18/2/22 7:12 am, Kinsey Moore wrote: >>> On 2/17/2022 13:53, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: > Add hooks for manipulating system state before and after interrupts are > run

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Kinsey Moore
On 2/17/2022 15:31, Chris Johns wrote: On 18/2/22 7:12 am, Kinsey Moore wrote: On 2/17/2022 13:53, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: Add hooks for manipulating system state before and after interrupts are run. These hooks serve primarily to allow the MicroBlaze libdebu

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 18/2/22 7:12 am, Kinsey Moore wrote: > On 2/17/2022 13:53, Chris Johns wrote: >> On 16/2/22 7:38 am, Kinsey Moore wrote: >>> Add hooks for manipulating system state before and after interrupts are >>> run. These hooks serve primarily to allow the MicroBlaze libdebugger >>> backend to prevent sof

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Kinsey Moore
On 2/17/2022 13:53, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: Add hooks for manipulating system state before and after interrupts are run. These hooks serve primarily to allow the MicroBlaze libdebugger backend to prevent software breaks from occurring in interrupt context. I a

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 16/2/22 7:38 am, Kinsey Moore wrote: > Add hooks for manipulating system state before and after interrupts are > run. These hooks serve primarily to allow the MicroBlaze libdebugger > backend to prevent software breaks from occurring in interrupt context. I am unsure what problem this is resolv

[PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-15 Thread Kinsey Moore
Add hooks for manipulating system state before and after interrupts are run. These hooks serve primarily to allow the MicroBlaze libdebugger backend to prevent software breaks from occurring in interrupt context. --- cpukit/score/cpu/microblaze/cpu.c | 42 +++ cpukit/sc