Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / compile / compile-c-symbols.c
index 7e76db33d76023f4673c2b8a33dbeb859c870f97..9545caac1e3a57f2eeaa8e3d763532896a5e0ad2 100644 (file)
@@ -367,7 +367,7 @@ gcc_convert_symbol (void *datum,
        }
     }
 
-  catch (const gdb_exception_RETURN_MASK_ALL &e)
+  catch (const gdb_exception &e)
     {
       context->plugin ().error (e.what ());
     }
@@ -429,7 +429,7 @@ gcc_symbol_address (void *datum, struct gcc_c_context *gcc_context,
        }
     }
 
-  catch (const gdb_exception_RETURN_MASK_ERROR &e)
+  catch (const gdb_exception_error &e)
     {
       context->plugin ().error (e.what ());
     }
@@ -598,7 +598,7 @@ generate_c_for_for_one_variable (compile_instance *compiler,
        }
     }
 
-  catch (const gdb_exception_RETURN_MASK_ERROR &e)
+  catch (const gdb_exception_error &e)
     {
       compiler->insert_symbol_error (sym, e.what ());
     }
This page took 0.028095 seconds and 4 git commands to generate.