aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-03-10 23:14:06 +0000
committerDaniel Jacobowitz <drow@false.org>2008-03-10 23:14:06 +0000
commitccd213ac7e82ba5871e7f46d4c2be5aac7d11054 (patch)
treeb0f7a3b2bb209fd34a08d9c693da73996dcc90eb /gdb/Makefile.in
parent42e344a77c6f6f46e98482117e80c3d0ea9db853 (diff)
downloadgdb-ccd213ac7e82ba5871e7f46d4c2be5aac7d11054.zip
gdb-ccd213ac7e82ba5871e7f46d4c2be5aac7d11054.tar.gz
gdb-ccd213ac7e82ba5871e7f46d4c2be5aac7d11054.tar.bz2
* Makefile.in (fork-child.o): Update.
* NEWS: Document "set exec-wrapper" and the gdbserver --wrapper argument. Gather all gdbserver features together. * fork-child.c (exec_wrapper): New variable. (fork_inferior): Use it. (startup_inferior): Skip an extra trap if using "set exec-wrapper". (unset_exec_wrapper_command, _initialize_fork_child): New. * gdb.texinfo (Starting): Document "set exec-wrapper". (Server): Document gdbserver --wrapper. * server.c (wrapper_argv): New. (start_inferior): Handle wrapper_argv. If set, expect an extra trap. (gdbserver_usage): Document --wrapper. (main): Parse --wrapper.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index bcf7581..5cf5131 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2110,7 +2110,7 @@ f-lang.o: f-lang.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \
$(valprint_h) $(value_h)
fork-child.o: fork-child.c $(defs_h) $(gdb_string_h) $(frame_h) \
$(inferior_h) $(target_h) $(gdb_wait_h) $(gdb_vfork_h) $(gdbcore_h) \
- $(terminal_h) $(gdbthread_h) $(command_h) $(solib_h)
+ $(terminal_h) $(gdbthread_h) $(command_h) $(gdbcmd_h) $(solib_h)
frame-base.o: frame-base.c $(defs_h) $(frame_base_h) $(frame_h) \
$(gdb_obstack_h)
frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h) \