From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 429 invoked by alias); 5 Oct 2004 22:40:56 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 415 invoked from network); 5 Oct 2004 22:40:55 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 5 Oct 2004 22:40:55 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i95MetqH009096 for ; Tue, 5 Oct 2004 18:40:55 -0400 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i95Mesr01427; Tue, 5 Oct 2004 18:40:54 -0400 To: gdb-patches@sources.redhat.com Subject: PATCH: fix some remaining uses of child_ops From: Jim Blandy Date: Tue, 05 Oct 2004 22:40:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg00099.txt.bz2 (Committed as obvious.) 2004-10-05 Jim Blandy * 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\