aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-01-09 02:21:25 +0000
committerMichael Snyder <msnyder@vmware.com>2002-01-09 02:21:25 +0000
commit145fdc6e9f092290bd97b5868a4a925fe51a919f (patch)
tree15f08bbdcbe40a615a320a41b7595b65915b7bc0 /gdb/ChangeLog
parenta911c3606d956a008cb681d2f1d35dd0cee668dc (diff)
downloadfsf-binutils-gdb-145fdc6e9f092290bd97b5868a4a925fe51a919f.zip
fsf-binutils-gdb-145fdc6e9f092290bd97b5868a4a925fe51a919f.tar.gz
fsf-binutils-gdb-145fdc6e9f092290bd97b5868a4a925fe51a919f.tar.bz2
2002-01-08 Michael Snyder <msnyder@redhat.com>
* linux-proc.c (child_pid_to_exec_file): Use readlink to get the real name of the executable, rather than the /proc name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 49eac08..e061622 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-08 Michael Snyder <msnyder@redhat.com>
+
+ * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
+ real name of the executable, rather than the /proc name.
+
2002-01-03 Michael Snyder <msnyder@redhat.com>
Implement a "generate-core-file" command in gdb, save target state.