lwp_info: Make the arch code free arch_lwp_info
[deliverable/binutils-gdb.git] / gdb / aarch64-linux-nat.c
index 6ad6f663bfeaac2b38425a8a5791e0c312cf8aac..4feaec39d910485d66cdb87a3615eee8a0c112e4 100644 (file)
@@ -837,6 +837,7 @@ _initialize_aarch64_linux_nat (void)
   /* Register the target.  */
   linux_nat_add_target (t);
   linux_nat_set_new_thread (t, aarch64_linux_new_thread);
+  linux_nat_set_delete_thread (t, aarch64_linux_delete_thread);
   linux_nat_set_new_fork (t, aarch64_linux_new_fork);
   linux_nat_set_forget_process (t, aarch64_forget_process);
   linux_nat_set_prepare_to_resume (t, aarch64_linux_prepare_to_resume);
This page took 0.057975 seconds and 4 git commands to generate.