This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit/obvious] Add "volatile" keyword to "struct gdb_exception" declaration
- From: Sergio Durigan Junior <sergiodj at redhat dot com>
- To: GDB Patches <gdb-patches at sourceware dot org>
- Date: Fri, 17 Jan 2014 19:50:12 -0200
- Subject: Re: [commit/obvious] Add "volatile" keyword to "struct gdb_exception" declaration
- Authentication-results: sourceware.org; auth=none
- References: <m361pi709i dot fsf at redhat dot com>
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