diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-09 09:24:23 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-09 09:24:23 +0000 |
commit | 1969df89190a78c88c99478eac88556132397402 (patch) | |
tree | 84614c5e81675de63ecc5a191e8f15d62a6c0fee /gdb/fbsd-nat.h | |
parent | 8bfd80dbad1e2a61b52a06c91510c287c2c7a7af (diff) | |
download | gdb-1969df89190a78c88c99478eac88556132397402.zip gdb-1969df89190a78c88c99478eac88556132397402.tar.gz gdb-1969df89190a78c88c99478eac88556132397402.tar.bz2 |
gdb/
* fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
Diffstat (limited to 'gdb/fbsd-nat.h')
-rw-r--r-- | gdb/fbsd-nat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/fbsd-nat.h b/gdb/fbsd-nat.h index 94d3515..2f6cd24 100644 --- a/gdb/fbsd-nat.h +++ b/gdb/fbsd-nat.h @@ -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. */ |