suse man page for struct_kgdb_arch

Query: struct_kgdb_arch

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
KGDB_ARCH(9) KGDB Internals STRUCT KGDB_ARCH(9)
NAME
struct_kgdb_arch - Describe architecture specific values.
SYNOPSIS
struct kgdb_arch { unsigned char gdb_bpt_instr[BREAK_INSTR_SIZE]; unsigned long flags; int (* set_breakpoint) (unsigned long, char *); int (* remove_breakpoint) (unsigned long, char *); int (* set_hw_breakpoint) (unsigned long, int, enum kgdb_bptype); int (* remove_hw_breakpoint) (unsigned long, int, enum kgdb_bptype); void (* remove_all_hw_break) (void); void (* correct_hw_break) (void); };
MEMBERS
gdb_bpt_instr[BREAK_INSTR_SIZE] The instruction to trigger a breakpoint. flags Flags for the breakpoint, currently just KGDB_HW_BREAKPOINT. set_breakpoint Allow an architecture to specify how to set a software breakpoint. remove_breakpoint Allow an architecture to specify how to remove a software breakpoint. set_hw_breakpoint Allow an architecture to specify how to set a hardware breakpoint. remove_hw_breakpoint Allow an architecture to specify how to remove a hardware breakpoint. remove_all_hw_break Allow an architecture to specify how to remove all hardware breakpoints. correct_hw_break Allow an architecture to specify how to correct the hardware debug registers.
AUTHORS
Jason Wessel <jason.wessel@windriver.com> Author. Tom Rini <trini@kernel.crashing.org> Author. Amit S. Kale <amitkale@linsyssoft.com> Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRUCT KGDB_ARCH(9)
Related Man Pages
struct_ieee80211_channel(9) - centos
struct_irq_chip(9) - centos
struct_ieee80211_hw(9) - suse
struct_irq_chip(9) - suse
struct_regulation_constraints(9) - suse
Similar Topics in the Unix Linux Community
NoTA 3.0-r418 (Default branch)
kerblue 1.0.0 (SLAM branch)
kerblue 1.0.1 (SLAM branch)
POWER Hardware
BreakPoint Command Not found error