lwp_info: Make the arch code free arch_lwp_info
[deliverable/binutils-gdb.git] / gdb / nat / aarch64-linux.c
index 388eee8a6e43f00472c9f6d4b9d41c212d8415c9..d7abee8824bf4f015f04051c9c6bf1832f52cf2f 100644 (file)
@@ -84,6 +84,14 @@ aarch64_linux_new_thread (struct lwp_info *lwp)
   lwp_set_arch_private_info (lwp, info);
 }
 
+/* See nat/aarch64-linux.h.  */
+
+void
+aarch64_linux_delete_thread (struct arch_lwp_info *arch_lwp)
+{
+  xfree (arch_lwp);
+}
+
 /* Convert native siginfo FROM to the siginfo in the layout of the
    inferior's architecture TO.  */
 
This page took 0.022991 seconds and 4 git commands to generate.