mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
and use it. (proceed, start_remote): Update call to wait_for_inferior. * inferior.h (wait_for_inferior): Update declaration. * fork-child.c, infcmd.c, solib-irix.c, solib-osf.c, solib-sunos.c, solib-svr4.c, win32-nat.c: Update calls to wait_for_inferior. * inf-ttrace.c (inf_ttrace_wait): Report TTEVT_EXEC events as TARGET_WAITKIND_EXECD instead of TARGET_WAITKIND_STOPPED.
This commit is contained in:
@ -166,7 +166,7 @@ extern CORE_ADDR signed_pointer_to_address (struct type *type,
|
||||
extern void address_to_signed_pointer (struct type *type, gdb_byte *buf,
|
||||
CORE_ADDR addr);
|
||||
|
||||
extern void wait_for_inferior (void);
|
||||
extern void wait_for_inferior (int treat_exec_as_sigtrap);
|
||||
|
||||
extern void fetch_inferior_event (void *);
|
||||
|
||||
|
Reference in New Issue
Block a user