gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 9 Aug 2012 09:24:23 +0000 (09:24 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 9 Aug 2012 09:24:23 +0000 (09:24 +0000)
* fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.

gdb/ChangeLog
gdb/fbsd-nat.h

index 55303f9792d1e1ffe5185f98e3c8c92a9a9a3353..49c1d297e2d14f2e2095a027c71b6c6903cdc84c 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
+
 2012-08-09  Yao Qi  <yao@codesourcery.com>
 
        * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
index 94d35156f9c073a0302ea0351cdfb1caa758d96b..2f6cd24224cfacc0f9cfbae9269753a7fefc8386 100644 (file)
@@ -29,9 +29,7 @@ extern char *fbsd_pid_to_exec_file (int pid);
    calling FUNC for each memory region.  OBFD is passed as the last
    argument to FUNC.  */
 
-extern int fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long,
-                                                 int, int, int, void *),
-                                    void *obfd);
+extern int fbsd_find_memory_regions (find_memory_region_ftype func, void *obfd);
 
 /* Create appropriate note sections for a corefile, returning them in
    allocated memory.  */
This page took 0.029159 seconds and 4 git commands to generate.