diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc65c603..a7d95f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2015-03-24 Pedro Alves <palves@redhat.com> + * infrun.c (user_visible_resume_ptid): Rewrite going from + most-locked to unlocked instead of the opposite. Move comment ... + * infrun.h (user_visible_resume_ptid): ... here. + +2015-03-24 Pedro Alves <palves@redhat.com> + * linux-nat.c (linux_nat_resume): Output debug logs before trying to resume the event lwp. Use the lwp's ptid instead of the passed in (maybe wildcard) ptid. |