diff options
author | Tom Tromey <tromey@redhat.com> | 2001-11-27 03:09:44 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2001-11-27 03:09:44 +0000 |
commit | c2a727faa20681db53f8e5a4aaf3387e568a2538 (patch) | |
tree | 1aeb8eeba27c487c5f1fab84b7423fa1164c4959 /gdb/NEWS | |
parent | 756caa3d897f60ba7a6db86e5d8af3645100a6ac (diff) | |
download | gdb-c2a727faa20681db53f8e5a4aaf3387e568a2538.zip gdb-c2a727faa20681db53f8e5a4aaf3387e568a2538.tar.gz gdb-c2a727faa20681db53f8e5a4aaf3387e568a2538.tar.bz2 |
* NEWS: Update for --args.
* infcmd.c (construct_inferior_arguments): Moved from ...
* fork-child.c: ... here.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ x86 OpenBSD i[3456]86-*-openbsd* +* Changes to command line processing + +The new `--args' feature can be used to specify command-line arguments +for the inferior from gdb's command line. + *** Changes in GDB 5.1: * New native configurations |