About set_raw_breakpoint

Hui Zhu teawater@gmail.com
Sun Sep 27 09:27:00 GMT 2009


/*
 * These are routines we need from breakpoint.c.
 * at some point make these static in breakpoint.c and move GUI code there
 */

extern struct breakpoint *set_raw_breakpoint (struct gdbarch *gdbarch,
					      struct symtab_and_line,
					      enum bptype);
extern void set_breakpoint_count (int);
extern int breakpoint_count;

And some others.

Thanks,
Hui

On Sun, Sep 27, 2009 at 17:08, Hui Zhu <teawater@gmail.com> wrote:
> Hi guys,
>
> I found that just a extern in gdbtk-bp.c for "set_raw_breakpoint".
> What about move this extern to breakpoint.h?
>
> Thanks,
> Hui
>



More information about the Gdb mailing list