PR gdb/11568 - delete thread-specific breakpoints on thread exit
[binutils-gdb.git] / gdb / ChangeLog
index cf0ff4470e27956eec9a24d3dea02cbdf4f65ccf..c07579c8d7201f652f278ddc99f0937d6342d54e 100644 (file)
@@ -1,3 +1,11 @@
+2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR gdb/11568
+       * breakpoint.c (remove_threaded_breakpoints): New function.
+       (_initialize_breakpoint): Attach remove_threaded_breakpoints
+       as thread_exit observer.
+
 2013-09-17  Pedro Alves  <palves@redhat.com>
 
        PR gdb/15911