Re: [PATCH 11/31] Add debugger entry points for ARC

2016-02-01 Thread Jeff Merkey
On 2/1/16, Vineet Gupta wrote: > On Friday 29 January 2016 01:16 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 11/31] Add debugger entry points for ARC

2016-02-01 Thread Vineet Gupta
On Friday 29 January 2016 01:16 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

Re: [PATCH 11/31] Add debugger entry points for ARC

2016-02-01 Thread Vineet Gupta
On Friday 29 January 2016 01:16 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

Re: [PATCH 11/31] Add debugger entry points for ARC

2016-02-01 Thread Jeff Merkey
On 2/1/16, Vineet Gupta wrote: > On Friday 29 January 2016 01:16 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

[PATCH 11/31] Add debugger entry points for ARC

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

[PATCH 11/31] Add debugger entry points for ARC

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