Re: [PATCH 07/31] Add debugger entry points for NIOS2

2016-01-28 Thread Jeffrey Merkey
On 1/28/16, Ley Foon Tan wrote: > On Fri, Jan 29, 2016 at 3:46 AM, Jeffrey Merkey > wrote: >> This patch series adds an export which can be set by system debuggers to >> direct the hard lockup and soft lockup detector to trigger a breakpoint >> exception and enter a debugger if one is active. It

Re: [PATCH 07/31] Add debugger entry points for NIOS2

2016-01-28 Thread Ley Foon Tan
On Fri, Jan 29, 2016 at 3:46 AM, Jeffrey Merkey wrote: > This patch series adds an export which can be set by system debuggers to > direct the hard lockup and soft lockup detector to trigger a breakpoint > exception and enter a debugger if one is active. It is assumed that if > someone sets this

[PATCH 07/31] Add debugger entry points for NIOS2

2016-01-28 Thread Jeffrey Merkey
This patch series adds an export which can be set by system debuggers to direct the hard lockup and soft lockup detector to trigger a breakpoint exception and enter a debugger if one is active. It is assumed that if someone sets this variable, then an breakpoint handler of some sort will be active