summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2004-10-05 22:40:30 +0000
committerJim Blandy <jimb@codesourcery.com>2004-10-05 22:40:30 +0000
commit7b8ac4d25418bc5e0f5698816b0479780a3632e9 (patch)
tree94e0670c01583f85f39b2047572d862e9cd1cdae /gdb/linux-nat.c
parentd4335da77b205ab609abf10c3d51726d752f410d (diff)
downloadgdb-7b8ac4d25418bc5e0f5698816b0479780a3632e9.tar.gz
* linux-nat.c (_initialize_linux_nat): Rename child_ops.
(Previous change missed some uses.)
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r--gdb/linux-nat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index 1d17d05201f..93d81c00673 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -3012,8 +3012,8 @@ _initialize_linux_nat (void)
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;
+ 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\