mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 06:04:12 +00:00
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
This commit is contained in:
parent
cdf430071a
commit
136855cdc3
@ -1,9 +1,12 @@
|
||||
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* config/i386/nm-i386.h (CHILD_POST_STARTUP_INFERIOR): ARI fix: Remove.
|
||||
|
||||
2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* linux-fork.c: ARI fix: include "gdb_wait.h" instead of <sys/wait.h>.
|
||||
Makefile.in (linux-fork.o): Add gdb_wait.h dependency.
|
||||
|
||||
|
||||
2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* remote.c (get_offsets): Only call free_symfile_segment_data if
|
||||
|
@ -110,10 +110,6 @@ extern int i386_stopped_by_watchpoint (void);
|
||||
#define target_remove_hw_breakpoint(bp_tgt) \
|
||||
i386_remove_hw_breakpoint (bp_tgt)
|
||||
|
||||
/* child_post_startup_inferior used to
|
||||
reset all debug registers by calling i386_cleanup_dregs (). */
|
||||
#define CHILD_POST_STARTUP_INFERIOR
|
||||
|
||||
#endif /* I386_USE_GENERIC_WATCHPOINTS */
|
||||
|
||||
#endif /* NM_I386_H */
|
||||
|
Loading…
Reference in New Issue
Block a user