echo 'f(){int x=1;x=2;}main(){f();}'|gcc -o 1 -g -x c -;gdb ./1 -nx -ex 'b f' -ex r -ex 'watch x' -ex c -ex 'delete 2' Old value = 0 New value = 2 0x0000000000400486 in f () at <stdin>:1 1 in <stdin> Segmentation fault map_breakpoint_numbers: + /* FUNCTION can be also delete_breakpoint. */ + next_related_b = related_breakpoint->related_breakpoint; + function (related_breakpoint, data); + related_breakpoint = next_related_b;
gdb-7.2-16.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/gdb-7.2-16.fc14
gdb-7.2-16.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update gdb'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/gdb-7.2-16.fc14
gdb-7.2-16.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.