X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fgdbserver%2FChangeLog;h=b21097118f0b65bbc07cbb723723dd6eb07ffdc5;hb=94610ec4ee630e677d15361353796cac17339c53;hp=ecc5281a995c72c1a486061b7577443f44a8c8b5;hpb=80aea927cc7bf97a2bc22e1fb2111c52be295e8b;p=external%2Fbinutils.git diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index ecc5281..b210971 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,12 @@ 2016-03-18 Yao Qi + * linux-low.c (linux_resume_one_lwp_throw): Set 'signal' to + 0 if signal is enqueued. Remove 'signal' from one debugging + message. Move one debugging message to some lines below. + Remove code setting 'signal' to 0. + +2016-03-18 Yao Qi + * linux-low.c (linux_low_filter_event): Remove redundant WIFSTOPPED check together with linux_wstatus_maybe_breakpoint.