mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
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:
@ -1,3 +1,12 @@
|
|||||||
|
2011-05-27 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2011-05-27 Pedro Alves <pedro@codesourcery.com>
|
2011-05-27 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* defs.h (struct continuation, continuation_ftype)
|
* defs.h (struct continuation, continuation_ftype)
|
||||||
|
@ -29,6 +29,7 @@ struct value;
|
|||||||
struct block;
|
struct block;
|
||||||
struct breakpoint_object;
|
struct breakpoint_object;
|
||||||
struct get_number_or_range_state;
|
struct get_number_or_range_state;
|
||||||
|
struct thread_info;
|
||||||
|
|
||||||
/* This is the maximum number of bytes a breakpoint instruction can
|
/* 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
|
take. Feel free to increase it. It's just used in a few places to
|
||||||
|
@ -730,9 +730,6 @@ extern struct command_line *read_command_lines_1 (char * (*) (void), int,
|
|||||||
|
|
||||||
extern void free_command_lines (struct command_line **);
|
extern void free_command_lines (struct command_line **);
|
||||||
|
|
||||||
struct thread_info;
|
|
||||||
struct inferior;
|
|
||||||
|
|
||||||
/* String containing the current directory (what getwd would return). */
|
/* String containing the current directory (what getwd would return). */
|
||||||
|
|
||||||
extern char *current_directory;
|
extern char *current_directory;
|
||||||
|
@ -64,6 +64,7 @@ struct bpstats;
|
|||||||
struct so_list;
|
struct so_list;
|
||||||
struct objfile;
|
struct objfile;
|
||||||
struct thread_info;
|
struct thread_info;
|
||||||
|
struct inferior;
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -106,6 +106,7 @@ struct value;
|
|||||||
struct language_defn;
|
struct language_defn;
|
||||||
struct program_space;
|
struct program_space;
|
||||||
struct bpstats;
|
struct bpstats;
|
||||||
|
struct inferior;
|
||||||
|
|
||||||
extern PyObject *gdb_module;
|
extern PyObject *gdb_module;
|
||||||
extern PyTypeObject value_object_type;
|
extern PyTypeObject value_object_type;
|
||||||
|
Reference in New Issue
Block a user