kgdb_skipexception

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

kgdb_skipexception - (optional) exit kgdb_handle_exception early

SYNOPSIS

int kgdb_skipexception(int exception, struct pt_regs * regs);

ARGUMENTS

exception

Exception vector number

regs

Current struct pt_regs.

DESCRIPTION

On some architectures it is required to skip a breakpoint exception when it occurs after a breakpoint has been removed. This can be implemented in the architecture specific portion of for kgdb.

AUTHORS

Jason Wessel <jason.wessel@windriver.com>

Author.

Tom Rini <trini@kernel.crashing.org>

Author.

Amit S. Kale <amitkale@linsyssoft.com>

Author.