Index: generic/gdbtk-bp.c =================================================================== RCS file: /cvs/src/src/gdb/gdbtk/generic/gdbtk-bp.c,v retrieving revision 1.36 diff -u -p -r1.36 gdbtk-bp.c --- generic/gdbtk-bp.c 2 Apr 2010 23:39:55 -0000 1.36 +++ generic/gdbtk-bp.c 4 Jul 2010 18:09:32 -0000 @@ -549,8 +549,7 @@ gdb_set_bp (ClientData clientData, Tcl_I create_breakpoint (get_current_arch (), address, condition, thread, 0 /* condition and thread are valid */, temp, - 0 /* hardware flag */, - 0 /* trace flag */, + bp_breakpoint /* type wanted */, ignore_count, (pending ? AUTO_BOOLEAN_TRUE : AUTO_BOOLEAN_FALSE), NULL /* breakpoint ops */,