X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finf-child.h;h=21162cb5b2cfc3c7c5fe56d7da0c2a2f802b4126;hb=ffdbed07400ecbd73cba16f3e8253387048bef21;hp=d301d398eb6828f9b47cf919eb6d62597a81d040;hpb=3b3dac9b3fd916d73726c7e5508f057574f74d19;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inf-child.h b/gdb/inf-child.h index d301d398eb..21162cb5b2 100644 --- a/gdb/inf-child.h +++ b/gdb/inf-child.h @@ -1,6 +1,6 @@ /* Base/prototype target for default child (native) targets. - Copyright (C) 2004-2018 Free Software Foundation, Inc. + Copyright (C) 2004-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -72,12 +72,6 @@ public: char *pid_to_exec_file (int pid) override; - bool has_all_memory () override; - bool has_memory () override; - bool has_stack () override; - bool has_registers () override; - bool has_execution (ptid_t) override; - int fileio_open (struct inferior *inf, const char *filename, int flags, int mode, int warn_if_slow, int *target_errno) override;