summaryrefslogtreecommitdiff
path: root/gdb/cp-support.c
diff options
context:
space:
mode:
authorsergiodj <sergiodj>2012-01-06 03:34:44 +0000
committersergiodj <sergiodj>2012-01-06 03:34:44 +0000
commit7a5f2c46bbd1ecfc2b5f63f564e8e2fe93943524 (patch)
tree445435fadda4f6b102bb71d6ec6cb8ed49fb0897 /gdb/cp-support.c
parent1416bb519c523c784b5374e90d890f1577d55cc2 (diff)
downloadgdb-7a5f2c46bbd1ecfc2b5f63f564e8e2fe93943524.tar.gz
2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com> * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword before `struct gdb_exception'. * breakpoint.c (update_global_location_list_nothrow) (update_breakpoint_locations, enable_breakpoint_disp): Likewise. * cp-abi.c (value_rtti_type): Likewise. * cp-support.c (cp_validate_operator): Likewise. * infrun.c (insert_exception_resume_breakpoint) (check_exception_resume, keep_going): Likewise. * mi-interp.c (mi_breakpoint_created) (mi_breakpoint_modified): Likewise. * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise. * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p) (ia64_hpux_handle_dld_breakpoint_1): Likewise.
Diffstat (limited to 'gdb/cp-support.c')
-rw-r--r--gdb/cp-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-support.c b/gdb/cp-support.c
index 8cea2c5ce32..17f8237e429 100644
--- a/gdb/cp-support.c
+++ b/gdb/cp-support.c
@@ -1470,7 +1470,7 @@ cp_validate_operator (const char *input)
const char *p;
struct expression *expr;
struct value *val;
- struct gdb_exception except;
+ volatile struct gdb_exception except;
p = input;