From d311cd50fc8c3fc9b344cc2a893572d6c0ae44d7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 7 Apr 2000 04:33:21 +0000 Subject: From 2000-03-27 Peter Schauer : * procfs.c (init_procfs_ops): Set procfs_ops.to_has_memory and procfs_ops.to_has_all_memory to 1. --- gdb/procfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/procfs.c') diff --git a/gdb/procfs.c b/gdb/procfs.c index fbb3009..f385e94 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -154,6 +154,8 @@ init_procfs_ops () procfs_ops.to_thread_alive = procfs_thread_alive; procfs_ops.to_pid_to_str = procfs_pid_to_str; + procfs_ops.to_has_all_memory = 1; + procfs_ops.to_has_memory = 1; procfs_ops.to_has_execution = 1; procfs_ops.to_has_stack = 1; procfs_ops.to_has_registers = 1; -- cgit v1.1