Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / compile / compile-cplus-symbols.c
index 1bb3a6ffbfdba4c9b6c9f83cefd0800d2a5ffbca..98133afd7cda12854b4aac0f4986c84028d99242 100644 (file)
@@ -388,7 +388,7 @@ gcc_cplus_convert_symbol (void *datum,
            }
        }
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &e)
+  catch (const gdb_exception &e)
     {
       /* We can't allow exceptions to escape out of this callback.  Safest
         is to simply emit a gcc error.  */
@@ -466,7 +466,7 @@ gcc_cplus_symbol_address (void *datum, struct gcc_cp_context *gcc_context,
        }
     }
 
-  catch (const gdb_exception_RETURN_MASK_ERROR &e)
+  catch (const gdb_exception_error &e)
     {
       instance->plugin ().error (e.what ());
     }
This page took 0.050917 seconds and 4 git commands to generate.