Add target_ops argument to to_post_attach
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.c
index 1269d24b657430af712c77eddacf8ee51bb98e5b..ac4d2a44cc8f389b12c0b6de2bc8551243a954a9 100644 (file)
@@ -246,7 +246,7 @@ inf_ptrace_attach (struct target_ops *ops, char *args, int from_tty)
 #ifdef PT_GET_PROCESS_STATE
 
 static void
-inf_ptrace_post_attach (int pid)
+inf_ptrace_post_attach (struct target_ops *self, int pid)
 {
   ptrace_event_t pe;
 
This page took 0.024997 seconds and 4 git commands to generate.