This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: About set_raw_breakpoint


/*
 * 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
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]