X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=ad074c36763a75bdb1993840f336ad5a84d113b1;hb=e8ffc436d9d849eed52af64568d9f37aeaddbd9e;hp=cfbd576d5b83ae28e10b5d9cf5a66937ab32b487;hpb=8bf3b159e55b42bb084f9da1af400a285025618f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cfbd576d5b..ad074c3676 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,20 @@ -2015-03-19 Pedro Alves +2015-03-20 Yao Qi - * linux-low.c (count_events_callback, select_event_lwp_callback): - Use the lwp's status_pending_p field, not the thread's. + * aarch64-tdep.c (aarch64_gdbarch_init): Don't call + set_gdbarch_cannot_step_breakpoint. + +2015-03-19 Pedro Alves + + * 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