Add target_ops argument to to_pid_to_exec_file
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:35:01 +0000 (21:35 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:56 +0000 (07:45 -0700)
commit8dd27370eb43ed1a76883f04c9d93f83a1d195a0
tree9ddd226c51069f98594fb0f431c4ab5092416e76
parent1aac633be67ac452b4e8948362549f8760a19af0
Add target_ops argument to to_pid_to_exec_file

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

* windows-nat.c (windows_pid_to_exec_file): Add 'self' argument.
* target.h (struct target_ops) <to_pid_to_exec_file>: Add
argument.
(target_pid_to_exec_file): Add argument.
* target.c (debug_to_pid_to_exec_file): Add argument.
(update_current_target): Update.
* nbsd-nat.h (nbsd_pid_to_exec_file): Add 'self' argument.
* nbsd-nat.c (nbsd_pid_to_exec_file): Add 'self' argument.
* linux-nat.c (linux_child_pid_to_exec_file): Add 'self' argument.
(linux_handle_extended_wait): Update.
* inf-child.c (inf_child_pid_to_exec_file): Add 'self' argument.
* fbsd-nat.h (fbsd_pid_to_exec_file): Add 'self' argument.
* fbsd-nat.c (fbsd_pid_to_exec_file): Add 'self' argument.
* darwin-nat.c (darwin_pid_to_exec_file): Add 'self' argument.
gdb/ChangeLog
gdb/darwin-nat.c
gdb/fbsd-nat.c
gdb/fbsd-nat.h
gdb/inf-child.c
gdb/linux-nat.c
gdb/nbsd-nat.c
gdb/nbsd-nat.h
gdb/target.c
gdb/target.h
gdb/windows-nat.c
This page took 0.027748 seconds and 4 git commands to generate.