Hui Zhu 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? > I think set_raw_breakpoint was intended to be static. It's global now just because it's used by gdbtk. I think we would not like to expose it in a header file just for this cause. Jie