From: Jim Blandy <jimb@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: PATCH: fix some remaining uses of child_ops
Date: Tue, 05 Oct 2004 22:40:00 -0000 [thread overview]
Message-ID: <vt2mzz0zt3f.fsf@zenia.home> (raw)
(Committed as obvious.)
2004-10-05 Jim Blandy <jimb@redhat.com>
* linux-nat.c (_initialize_linux_nat): Rename child_ops.
(Previous change missed some uses.)
Index: gdb/linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/linux-nat.c,v
retrieving revision 1.13
diff -c -p -r1.13 linux-nat.c
*** gdb/linux-nat.c 5 Oct 2004 21:53:33 -0000 1.13
--- gdb/linux-nat.c 5 Oct 2004 22:39:29 -0000
*************** _initialize_linux_nat (void)
*** 3012,3019 ****
struct sigaction action;
extern void thread_db_init (struct target_ops *);
! child_ops.to_find_memory_regions = linux_nat_find_memory_regions;
! child_ops.to_make_corefile_notes = linux_nat_make_corefile_notes;
add_info ("proc", linux_nat_info_proc_cmd,
"Show /proc process information about any running process.\n\
--- 3012,3019 ----
struct sigaction action;
extern void thread_db_init (struct target_ops *);
! deprecated_child_ops.to_find_memory_regions = linux_nat_find_memory_regions;
! deprecated_child_ops.to_make_corefile_notes = linux_nat_make_corefile_notes;
add_info ("proc", linux_nat_info_proc_cmd,
"Show /proc process information about any running process.\n\
reply other threads:[~2004-10-05 22:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=vt2mzz0zt3f.fsf@zenia.home \
--to=jimb@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox