aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-08-13 18:27:56 +0000
committerPedro Alves <palves@redhat.com>2009-08-13 18:27:56 +0000
commitecd0ada520284724373d81f3580cf1e15855b737 (patch)
tree15a0dd356349b582779ec9cfeab256fc95acb244 /gdb/ChangeLog
parent078bc676bddc06b18b54bcbc6954079be78bd897 (diff)
downloadgdb-ecd0ada520284724373d81f3580cf1e15855b737.zip
gdb-ecd0ada520284724373d81f3580cf1e15855b737.tar.gz
gdb-ecd0ada520284724373d81f3580cf1e15855b737.tar.bz2
* remote.c (remote_pid_to_str): If printing a process id and we
don't know what the remote pid could be, output "Remote target"; otherwise, use normal_pid_to_str.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f960f9..0dd69cb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-13 Pedro Alves <pedro@codesourcery.com>
+
+ * remote.c (remote_pid_to_str): If printing a process id and we
+ don't know what the remote pid could be, output "Remote target";
+ otherwise, use normal_pid_to_str.
+
2009-08-13 Tom Tromey <tromey@redhat.com>
* language.h (longest_raw_hex_string): Remove unused declaration.