gdb/
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index b3e4fabbb931ab9810646ee7f209bb91905c1218..4a8a50915c35ffe86277b39340fcf5c964f0f67f 100644 (file)
@@ -131,8 +131,9 @@ fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd)
                            exec ? 'x' : '-');
        }
 
-      /* Invoke the callback function to create the corefile segment.  */
-      func (start, size, read, write, exec, obfd);
+      /* Invoke the callback function to create the corefile segment.
+        Pass MODIFIED as true, we do not know the real modification state.  */
+      func (start, size, read, write, exec, 1, obfd);
     }
 
   do_cleanups (cleanup);
This page took 0.023252 seconds and 4 git commands to generate.