2011-05-27 Pedro Alves <pedro@codesourcery.com>
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.
This commit is contained in:
parent
be34f8494e
commit
619cebe87f
5 changed files with 12 additions and 3 deletions
|
@ -106,6 +106,7 @@ struct value;
|
|||
struct language_defn;
|
||||
struct program_space;
|
||||
struct bpstats;
|
||||
struct inferior;
|
||||
|
||||
extern PyObject *gdb_module;
|
||||
extern PyTypeObject value_object_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue