Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / dtrace-probe.c
index 92fda24a3f7dc1d500d1652ee595ac102fe6c9bd..a51f35800ab7ab388b90eb0375b97f8f5efcef9e 100644 (file)
@@ -489,7 +489,7 @@ dtrace_process_dof_probe (struct objfile *objfile,
              expr = parse_expression_with_language (type_str.c_str (),
                                                     language_c);
            }
-         catch (const gdb_exception_RETURN_MASK_ERROR &ex)
+         catch (const gdb_exception_error &ex)
            {
            }
 
This page took 0.025024 seconds and 4 git commands to generate.