Make parse_debug_format_options return an std::string
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-ppc-low.c
index 33a9feb12c617b90cfa28a90f9f3055d4af978e4..36bd373c8857fc6ca67f1cb11f76207d83bff86f 100644 (file)
@@ -1,6 +1,6 @@
 /* GNU/Linux/PowerPC specific low level interface, for the remote server for
    GDB.
-   Copyright (C) 1995-2017 Free Software Foundation, Inc.
+   Copyright (C) 1995-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -3124,7 +3124,9 @@ struct linux_target_ops the_low_target = {
   ppc_supply_ptrace_register,
   NULL, /* siginfo_fixup */
   NULL, /* new_process */
+  NULL, /* delete_process */
   NULL, /* new_thread */
+  NULL, /* delete_thread */
   NULL, /* new_fork */
   NULL, /* prepare_to_resume */
   NULL, /* process_qsupported */
This page took 0.026437 seconds and 4 git commands to generate.