Make function fixed_point_scaling_factor a method of struct type
[deliverable/binutils-gdb.git] / gdb / NEWS
index 3e08aee7c6fe012ac3bebd7a3bb6fbe0d9649a78..d1f721c39536c81da0f10785d25ad6c77fb70ccc 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -159,6 +159,19 @@ maintenance print core-file-backed-mappings
   Prints file-backed mappings loaded from a core file's note section.
   Output is expected to be similar to that of "info proc mappings".
 
+set debug fortran-array-slicing on|off
+show debug fortran-array-slicing
+  Print debugging when taking slices of Fortran arrays.
+
+set fortran repack-array-slices on|off
+show fortran repack-array-slices
+  When taking slices from Fortran arrays and strings, if the slice is
+  non-contiguous within the original value then, when this option is
+  on, the new value will be repacked into a single contiguous value.
+  When this option is off, then the value returned will consist of a
+  descriptor that describes the slice within the memory of the
+  original parent value.
+
 * Changed commands
 
 alias [-a] [--] ALIAS = COMMAND [DEFAULT-ARGS...]
This page took 0.025867 seconds and 4 git commands to generate.