diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ef3bdaae2b..350b960c54 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-12 Yao Qi + + * gdb.texinfo (Interrupts): Update the document on handling + interrupt when program is stopped. + 2015-12-11 Don Breazeal * gdb.texinfo (Forks): Correct Linux kernel version where diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0778383280..da9c7db528 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -38130,7 +38130,8 @@ reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result of successfully stopping the program in all-stop mode, and a stop reply for each stopped thread in non-stop mode. Interrupts received while the -program is stopped are discarded. +program is stopped are queued and the program will be interrupted when +it is resumed next time. @node Notification Packets @section Notification Packets