mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* linux-nat.c (_initialize_linux_nat): Rename child_ops.
(Previous change missed some uses.)
This commit is contained in:
parent
1df84f135c
commit
146c42e39d
@ -1,3 +1,8 @@
|
||||
2004-10-05 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* linux-nat.c (_initialize_linux_nat): Rename child_ops.
|
||||
(Previous change missed some uses.)
|
||||
|
||||
2004-10-05 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
* target.h (deprecated_child_ops): Rename child_ops.
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user