Hi, Recent snapshot users have probably noticed that breakpoints have been broken for a couple of weeks. This is a direct result of some ancient code in insight which has been using some private gdb code to do its work. I've rewritten these routines to follow the same methodology as the MI code. This should help insulate insight from some gdb churn. If there are any problems with this, please let me know ASAP. I am gearing up for the release candidate (that I promised a week or two ago). Keith ChangeLog 2009-11-09 Keith Seitz * library/srctextwin.itb (lookup_line): Update parameters to gdb_set_bp. * generic/gdbtk-bp.c: Remove extern declarations for symbols in breakpoint.c. (gdb_set_bp_addr): Remove. (Gdbtk_Breakpoint_Init): Remove Tcl command "gdb_set_bp_addr". (gdb_set_bp): Remove file and line arguments; add "addr" argument. Rewrite to use "public" APIs from gdb.