diff options
author | Pedro Alves <palves@redhat.com> | 2008-01-05 21:50:44 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-01-05 21:50:44 +0000 |
commit | 7a404eba2709a1f21a426b4f0ccef42f4e149577 (patch) | |
tree | 3eda1e38c769ef59b665eef006581eb3264edc36 /gdb/NEWS | |
parent | e1d4d8936fdd6f5bb05fd50a51a9dd723313487e (diff) | |
download | gdb-7a404eba2709a1f21a426b4f0ccef42f4e149577.zip gdb-7a404eba2709a1f21a426b4f0ccef42f4e149577.tar.gz gdb-7a404eba2709a1f21a426b4f0ccef42f4e149577.tar.bz2 |
gdb/
* NEWS: Mention --pid and --core command line behaviour changes.
gdb/doc/
* gdb.texinfo (File Options): Remove mention of the attempt to
open a core file with the -p option. Don't list -c as a valid
option to attach to a process.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3,6 +3,13 @@ *** Changes since GDB 6.7 +* Change in command line behavior -- corefiles vs. process ids. + + When the '-p NUMBER' or '--pid NUMBER' options are used, and + attaching to process NUMBER fails, GDB no longer attempts to open a + core file named NUMBER. Attaching to a program using the -c option + is no longer supported. Instead, use the '-p' or '--pid' options. + * New commands set print frame-arguments (all|scalars|none) |