diff options
author | Pedro Alves <palves@redhat.com> | 2015-03-24 14:24:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-03-24 18:35:40 +0000 |
commit | f3263aa47ec109871a124a1a2d5370e42a907690 (patch) | |
tree | 9e8ae761640a3660cb4b5169f65a9e876bf39765 /gdb/ChangeLog | |
parent | 2bf6fb9d85394f90abb3e21ee037a732b6e4c983 (diff) | |
download | gdb-f3263aa47ec109871a124a1a2d5370e42a907690.zip gdb-f3263aa47ec109871a124a1a2d5370e42a907690.tar.gz gdb-f3263aa47ec109871a124a1a2d5370e42a907690.tar.bz2 |
Shuffle user_visible_resume_ptid
... and move comment to declaration.
gdb/ChangeLog:
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.
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. |