summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7ae3c583477..a8b8850f7f6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,18 @@
2015-03-19 Pedro Alves <palves@redhat.com>
+ * linux-nat.c (linux_resume_one_lwp): Rename to ...
+ (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
+ instead call perror_with_name.
+ (check_ptrace_stopped_lwp_gone): New function.
+ (linux_resume_one_lwp): Reimplement as wrapper around
+ linux_resume_one_lwp_throw that swallows errors if the LWP is
+ gone.
+ (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
+ swallows errors if the LWP is gone. Use
+ linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
+
+2015-03-19 Pedro Alves <palves@redhat.com>
+
* linux-nat.c (status_callback): Return early if the LWP has no
status pending.