Add target_ops argument to to_find_memory_regions
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:35:39 +0000 (21:35 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:59 +0000 (07:45 -0700)
commit2e73927ca515996146d2b20d8e6f0b39c0a51b29
tree5f2f00259327d580f60785313c0800bee4351830
parent2a9a2795ff9602bd1f03b9e55b4c15de3241d384
Add target_ops argument to to_find_memory_regions

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_find_memory_regions>: Add
argument.
(target_find_memory_regions): Add argument.
* target.c (dummy_find_memory_regions): Add 'self' argument.
* procfs.c (proc_find_memory_regions): Add 'self' argument.
* gnu-nat.c (gnu_find_memory_regions): Add 'self' argument.
* fbsd-nat.h (fbsd_find_memory_regions): Add 'self' argument.
* fbsd-nat.c (fbsd_find_memory_regions): Add 'self' argument.
* exec. (exec_do_find_memory_regions): New global.
(exec_set_find_memory_regions): Rewrite.
(exec_find_memory_regions): New function.
(init_exec_ops): Use exec_find_memory_regions.
gdb/ChangeLog
gdb/exec.c
gdb/fbsd-nat.c
gdb/fbsd-nat.h
gdb/gnu-nat.c
gdb/procfs.c
gdb/target.c
gdb/target.h
This page took 0.04531 seconds and 4 git commands to generate.