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: [commit/obvious] Add "volatile" keyword to "struct gdb_exception" declaration


On Friday, January 17 2014, I wrote:

> Author: Sergio Durigan Junior <sergiodj@redhat.com>
> Date:   Fri Jan 17 19:39:57 2014 -0200
>
>     Add "volatile" keyword to "struct gdb_exception" declaration
>     
>     While doing something else, I found that those 2 places were incorrectly
>     declaring a "struct gdb_exception" without using the "volatile" keyword.
>     This commit fixes that.
>     
>     2014-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
>     
>     	* breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
>     	gdb_exception" declaration.
>     	* remote.c (getpkt_or_notif_sane): Likewise.

Ops, Joel, sorry that I forgot to add the "gdb/" path before the
ChangeLog in the commit message.  I'll try harder to remember next
time...

-- 
Sergio


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