|
@@ -46,7 +46,7 @@ static inline int debugger_break_match(struct pt_regs *regs) { return 0; }
|
|
static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; }
|
|
static inline int debugger_fault_handler(struct pt_regs *regs) { return 0; }
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-int set_breakpoint(struct arch_hw_breakpoint *brk);
|
|
|
|
|
|
+void set_breakpoint(struct arch_hw_breakpoint *brk);
|
|
#ifdef CONFIG_PPC_ADV_DEBUG_REGS
|
|
#ifdef CONFIG_PPC_ADV_DEBUG_REGS
|
|
extern void do_send_trap(struct pt_regs *regs, unsigned long address,
|
|
extern void do_send_trap(struct pt_regs *regs, unsigned long address,
|
|
unsigned long error_code, int signal_code, int brkpt);
|
|
unsigned long error_code, int signal_code, int brkpt);
|