summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-01-05 21:50:44 +0000
committerPedro Alves <pedro@codesourcery.com>2008-01-05 21:50:44 +0000
commit929a01301de901c972d43da132c05852f7053749 (patch)
tree3637cf13ef0f75f3f2f63ea0343f93409742c960 /gdb/NEWS
parent2c88333f461e1f92471ec9155fff7c3e4593f9e3 (diff)
downloadgdb-929a01301de901c972d43da132c05852f7053749.tar.gz
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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 68d00110a0e..48991cd46df 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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)