diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-10-05 22:40:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-10-05 22:40:30 +0000 |
commit | 146c42e39d4f430b87bbbc68246bd84920d551ae (patch) | |
tree | 68c7f7f6d84172df5f037418ff148b8a4b1fd1e9 /gdb/linux-nat.c | |
parent | 1df84f135c3658e1b6d147fdf37254e21cc69d36 (diff) | |
download | gdb-146c42e39d4f430b87bbbc68246bd84920d551ae.zip gdb-146c42e39d4f430b87bbbc68246bd84920d551ae.tar.gz gdb-146c42e39d4f430b87bbbc68246bd84920d551ae.tar.bz2 |
* 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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 1d17d05..93d81c0 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\ |