diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b53c05c..a9a1696 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,14 @@ -2008-03-06 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp> +2008-03-10 Daniel Jacobowitz <dan@codesourcery.com> + + * 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. + +2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp> * source.c (directory_command): Modify the determination of condition of terminal "from_tty". |