diff -urN src/gdb/breakpoint.c dev/gdb/breakpoint.c --- src/gdb/breakpoint.c 2007-06-13 20:02:38.000000000 +0200 +++ dev/gdb/breakpoint.c 2007-06-22 10:04:16.000000000 +0200 @@ -963,13 +963,7 @@ if (val) { /* Can't set the breakpoint. */ - if ( -#if defined (DISABLE_UNSETTABLE_BREAK) - DISABLE_UNSETTABLE_BREAK (bpt->address) -#else - solib_address (bpt->address) -#endif - ) + if (solib_address (bpt->address)) { /* See also: disable_breakpoints_in_shlibs. */ val = 0; @@ -4488,7 +4482,6 @@ struct breakpoint *b; int disabled_shlib_breaks = 0; - /* See also: insert_breakpoints, under DISABLE_UNSETTABLE_BREAK. */ ALL_BREAKPOINTS (b) { if (((b->type == bp_breakpoint) || (b->type == bp_hardware_breakpoint)) @@ -4524,7 +4517,6 @@ struct breakpoint *b; int disabled_shlib_breaks = 0; - /* See also: insert_breakpoints, under DISABLE_UNSETTABLE_BREAK. */ ALL_BREAKPOINTS (b) { if ((b->loc->loc_type == bp_loc_hardware_breakpoint