lwp_info: Make the arch code free arch_lwp_info
[deliverable/binutils-gdb.git] / gdb / nat / x86-linux.c
index b499e74e3ff30952ab851f39885b0dde6f022e46..fc68106fe489a0eaf791bb556618c11d9633fe8d 100644 (file)
@@ -67,6 +67,14 @@ x86_linux_new_thread (struct lwp_info *lwp)
 
 /* See nat/x86-linux.h.  */
 
+void
+x86_linux_delete_thread (struct arch_lwp_info *arch_lwp)
+{
+  xfree (arch_lwp);
+}
+
+/* See nat/x86-linux.h.  */
+
 void
 x86_linux_prepare_to_resume (struct lwp_info *lwp)
 {
This page took 0.024308 seconds and 4 git commands to generate.