diff options
author | Pedro Alves <palves@redhat.com> | 2011-05-27 18:39:49 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-05-27 18:39:49 +0000 |
commit | 619cebe87fc24b0ca07054a7fd34c550648c417e (patch) | |
tree | ee9180e371a87e1c7bee7bf4323cde0643ff737c /gdb/python | |
parent | be34f8494e0befe68d8071f46edc16d9aa3c9238 (diff) | |
download | gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.zip gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.gz gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.bz2 |
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.
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/python-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index d3cb788..b65109d 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -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; |