mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
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.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2007-10-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* remote.c (get_offsets): Only call free_symfile_segment_data if
|
* remote.c (get_offsets): Only call free_symfile_segment_data if
|
||||||
|
@ -2236,7 +2236,7 @@ linespec.o: linespec.c $(defs_h) $(symtab_h) $(frame_h) $(command_h) \
|
|||||||
$(objc_lang_h) $(linespec_h) $(exceptions_h) $(language_h)
|
$(objc_lang_h) $(linespec_h) $(exceptions_h) $(language_h)
|
||||||
linux-fork.o: linux-fork.c $(defs_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) \
|
linux-fork.o: linux-fork.c $(defs_h) $(inferior_h) $(regcache_h) $(gdbcmd_h) \
|
||||||
$(infcall_h) $(gdb_assert_h) $(gdb_string_h) $(linux_fork_h) \
|
$(infcall_h) $(gdb_assert_h) $(gdb_string_h) $(linux_fork_h) \
|
||||||
$(linux_nat_h)
|
$(linux_nat_h) $(gdb_wait_h)
|
||||||
linux-nat.o: linux-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdb_string_h) \
|
linux-nat.o: linux-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdb_string_h) \
|
||||||
$(gdb_wait_h) $(gdb_assert_h) $(linux_nat_h) $(gdbthread_h) \
|
$(gdb_wait_h) $(gdb_assert_h) $(linux_nat_h) $(gdbthread_h) \
|
||||||
$(gdbcmd_h) $(regcache_h) $(regset_h) $(inf_ptrace_h) $(auxv_h) \
|
$(gdbcmd_h) $(regcache_h) $(regset_h) $(inf_ptrace_h) $(auxv_h) \
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
#include "gdb_string.h"
|
#include "gdb_string.h"
|
||||||
#include "linux-fork.h"
|
#include "linux-fork.h"
|
||||||
#include "linux-nat.h"
|
#include "linux-nat.h"
|
||||||
|
#include "gdb_wait.h"
|
||||||
|
|
||||||
#include <sys/ptrace.h>
|
#include <sys/ptrace.h>
|
||||||
#include <sys/wait.h>
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
Reference in New Issue
Block a user