Insert breakpoint even when the raw breakpoint is found
[deliverable/binutils-gdb.git] / gdb / gnu-v3-abi.c
index b962cd3f95d11bfae3d8407d34ac0d676de01bc4..ae84b361222605459201a2d7ba2c861a8afd1fb4 100644 (file)
@@ -1,7 +1,7 @@
 /* Abstraction of GNU v3 abi.
    Contributed by Jim Blandy <jimb@redhat.com>
 
-   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -296,7 +296,7 @@ gnuv3_rtti_type (struct value *value,
   const char *class_name;
   struct type *run_time_type;
   LONGEST offset_to_top;
-  char *atsign;
+  const char *atsign;
 
   /* We only have RTTI for class objects.  */
   if (TYPE_CODE (values_type) != TYPE_CODE_STRUCT)
This page took 0.025521 seconds and 4 git commands to generate.