* inferior.h (inferior_ignoring_leading_exec_events): Delete
declaration.
This commit is contained in:
parent
3990c31b8a
commit
2fdf0e429d
2 changed files with 5 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-10-31 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* inferior.h (inferior_ignoring_leading_exec_events): Delete
|
||||||
|
declaration.
|
||||||
|
|
||||||
2008-10-31 Pedro Alves <pedro@codesourcery.com>
|
2008-10-31 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
* inferior.h (write_inferior_status_register): Delete.
|
* inferior.h (write_inferior_status_register): Delete.
|
||||||
|
|
|
@ -116,14 +116,6 @@ extern ptid_t inferior_ptid;
|
||||||
redisplay the prompt until the execution is actually over. */
|
redisplay the prompt until the execution is actually over. */
|
||||||
extern int sync_execution;
|
extern int sync_execution;
|
||||||
|
|
||||||
/* Some targets (stupidly) report more than one exec event per actual
|
|
||||||
call to an event() system call. If only the last such exec event
|
|
||||||
need actually be noticed and responded to by the debugger (i.e.,
|
|
||||||
be reported to the user), then this is the number of "leading"
|
|
||||||
exec events which should be ignored.
|
|
||||||
*/
|
|
||||||
extern int inferior_ignoring_leading_exec_events;
|
|
||||||
|
|
||||||
/* Inferior environment. */
|
/* Inferior environment. */
|
||||||
|
|
||||||
extern struct gdb_environ *inferior_environ;
|
extern struct gdb_environ *inferior_environ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue