projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6dbe5d
)
Fix braino.
author
Pedro Alves
<palves@redhat.com>
Wed, 6 May 2009 17:34:13 +0000
(17:34 +0000)
committer
Pedro Alves
<palves@redhat.com>
Wed, 6 May 2009 17:34:13 +0000
(17:34 +0000)
gdb/gdbserver/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/gdbserver/ChangeLog
b/gdb/gdbserver/ChangeLog
index
49a395d
..
680c168
100644
(file)
--- 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>