Home
last modified time | relevance | path

Searched defs:kgdb_arch (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dkgdb.h262 struct kgdb_arch { struct
263 unsigned char gdb_bpt_instr[BREAK_INSTR_SIZE];
264 unsigned long flags;
266 int (*set_breakpoint)(unsigned long, char *);
267 int (*remove_breakpoint)(unsigned long, char *);
268 int (*set_hw_breakpoint)(unsigned long, int, enum kgdb_bptype);
269 int (*remove_hw_breakpoint)(unsigned long, int, enum kgdb_bptype);
270 void (*disable_hw_break)(struct pt_regs *regs);
271 void (*remove_all_hw_break)(void);
272 void (*correct_hw_break)(void);
[all …]

Completed in 5 milliseconds