This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, doc RFA]: Fix pr 14236


> From: Doug Evans <dje@google.com>
> Date: Sun, 30 Mar 2014 15:05:16 -0700
> 
> This patch is a proposed(!) fix to bug 14236.
> The problem here is that the "interrupt" command (figuratively speaking)
> takes an implicit & as an argument (it is always asynchronous) and
> users aren't expecting this.
> 
> This patch fixes the problem by changing the behaviour by making
> "interrupt" synchronous by default and supporting a new option &,
> to be consistent with every other gdb command (which is what I think
> every user would expect, including this user).

The documentation changes are OK.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]