Add target_ops argument to to_make_corefile_notes
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:35:52 +0000 (21:35 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:00 +0000 (07:46 -0700)
commitfc6691b2590f61a2f1deeb9d73e7df23b1ced88a
tree22a416682792f682d887a3e1b14b3ff40d88bde2
parent2e73927ca515996146d2b20d8e6f0b39c0a51b29
Add target_ops argument to to_make_corefile_notes

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

* target.h (struct target_ops) <to_make_corefile_notes>: Add
argument.
(target_make_corefile_notes): Add argument.
* target.c (dummy_make_corefile_notes): Add 'self' argument.
* procfs.c (procfs_make_note_section): Add 'self' argument.
(procfs_make_note_section): Add 'self' argument.
(procfs_make_note_section): Add 'self' argument.
* linux-nat.c (linux_nat_make_corefile_notes): Add 'self'
argument.
* fbsd-nat.h (fbsd_make_corefile_notes): Add 'self' argument.
* fbsd-nat.c (fbsd_make_corefile_notes): Add 'self' argument.
* exec.c (exec_make_note_section): Add 'self' argument.
(exec_make_note_section): Add 'self' argument.
gdb/ChangeLog
gdb/exec.c
gdb/fbsd-nat.c
gdb/fbsd-nat.h
gdb/linux-nat.c
gdb/procfs.c
gdb/target.c
gdb/target.h
This page took 0.02485 seconds and 4 git commands to generate.