Index: generic/gdbtk-bp.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-bp.c,v retrieving revision 1.42 diff -u -p -r1.42 gdbtk-bp.c --- generic/gdbtk-bp.c 1 Aug 2011 22:08:20 -0000 1.42 +++ generic/gdbtk-bp.c 2 Aug 2011 18:05:04 -0000 @@ -540,7 +540,7 @@ gdb_set_bp (ClientData clientData, Tcl_I bp_breakpoint /* type wanted */, ignore_count, (pending ? AUTO_BOOLEAN_TRUE : AUTO_BOOLEAN_FALSE), - NULL /* breakpoint ops */, + &bkpt_breakpoint_ops, 0 /* from_tty */, enabled, 0); }