]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
Stale breakpoint instructions, spurious SIGTRAPS.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5502a08ff08c8f9bf3439f48764fa562fde02892..ecf2147db483522d7597f09e09bc81c9f7fd0b58 100644 (file)
@@ -1,3 +1,19 @@
+2014-04-23  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/break-unload-file.c: New file.
+       * gdb.base/break-unload-file.exp: New file.
+       * gdb.base/sym-file-lib.c (baz): New function.
+       * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
+       field.
+       (load): Store the segment's mapped size.
+       (unload): New function.
+       (unload_shlib): New function.
+       * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
+       * gdb.base/sym-file-main.c (main): Unload, and reload the library,
+       set a breakpoint at baz, and call it.
+       * gdb.base/sym-file.exp: New tests for stale breakpoint
+       instructions.
+
 2014-04-23  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.