gdb/
* fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
This commit is contained in:
parent
8bfd80dbad
commit
1969df8919
2 changed files with 6 additions and 3 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue