On 05/30/2012 05:07 PM, Jan Kiszka wrote:
On 2012-05-30 15:35, Igor Mammedov wrote:
On 05/30/2012 12:51 PM, Jan Kiszka wrote:
On 2012-05-30 00:10, Igor Mammedov wrote:
current callers all do the same thing, storing in prev_debug_excp_handler
previous handler and then calling it in breakpoint_h
On 2012-05-30 15:35, Igor Mammedov wrote:
> On 05/30/2012 12:51 PM, Jan Kiszka wrote:
>> On 2012-05-30 00:10, Igor Mammedov wrote:
>>> current callers all do the same thing, storing in prev_debug_excp_handler
>>> previous handler and then calling it in breakpoint_handler.
>>> Move prev_debug_excp_h
On 05/30/2012 12:51 PM, Jan Kiszka wrote:
On 2012-05-30 00:10, Igor Mammedov wrote:
current callers all do the same thing, storing in prev_debug_excp_handler
previous handler and then calling it in breakpoint_handler.
Move prev_debug_excp_handler from local scope to global and make
cpu_set_debug
On 2012-05-30 00:10, Igor Mammedov wrote:
> current callers all do the same thing, storing in prev_debug_excp_handler
> previous handler and then calling it in breakpoint_handler.
> Move prev_debug_excp_handler from local scope to global and make
> cpu_set_debug_excp_handler() always to store previ
current callers all do the same thing, storing in prev_debug_excp_handler
previous handler and then calling it in breakpoint_handler.
Move prev_debug_excp_handler from local scope to global and make
cpu_set_debug_excp_handler() always to store previous handler.
Signed-off-by: Igor Mammedov
---
c