aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-05-06 17:34:13 +0000
committerPedro Alves <palves@redhat.com>2009-05-06 17:34:13 +0000
commitba42693bb46c02cf17455d19a93ce1401c016587 (patch)
tree89139a630526fbccfa8a0ed56a9e8cce3ef5b9cb
parenta6dbe5dfa522e405c297014002cac82f05a4dc68 (diff)
downloadfsf-binutils-gdb-ba42693bb46c02cf17455d19a93ce1401c016587.zip
fsf-binutils-gdb-ba42693bb46c02cf17455d19a93ce1401c016587.tar.gz
fsf-binutils-gdb-ba42693bb46c02cf17455d19a93ce1401c016587.tar.bz2
Fix braino.
-rw-r--r--gdb/gdbserver/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 49a395d..680c168 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -7,7 +7,7 @@
of the global.
(linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
`lwp->must_set_ptrace_flags' instead.
- (linux_wait_for_event_1): If ptrace options here.
+ (linux_wait_for_event_1): Set ptrace options here.
(linux_wait_1): ... not here.
2009-04-30 Doug Evans <dje@google.com>