Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / python / py-linetable.c
index 813b2d92eaad51b672436c38b35da84d8c1a5c94..aa43d9e7c746963c312cd6e90a93eb53abef73b7 100644 (file)
@@ -168,7 +168,7 @@ ltpy_get_pcs_for_line (PyObject *self, PyObject *args)
     {
       pcs = find_pcs_for_symtab_line (symtab, py_line, &best_entry);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
       GDB_PY_HANDLE_EXCEPTION (except);
     }
This page took 0.024985 seconds and 4 git commands to generate.