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/breakpoint.h | |
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/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |