From 619cebe87fc24b0ca07054a7fd34c550648c417e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 27 May 2011 18:39:49 +0000 Subject: 2011-05-27 Pedro Alves gdb/ * defs.h (struct thread_info, struct inferior): Delete forward declarations. * breakpoint.h (struct thread_info): New forward declaration. * observer.sh (struct inferior): New forward declaration. * python/python-internal.h (struct inferior): New forward declaration. --- gdb/breakpoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/breakpoint.h') diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 2050c6d..c7ec311 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -29,6 +29,7 @@ struct value; struct block; struct breakpoint_object; struct get_number_or_range_state; +struct thread_info; /* This is the maximum number of bytes a breakpoint instruction can take. Feel free to increase it. It's just used in a few places to -- cgit v1.1