Add an objfile getter to gdb.Type
[deliverable/binutils-gdb.git] / gdb / python / py-arch.c
index c7c6faea5cd437570bd292f33ce218983f435dda..0799186ca5fda2aa3c119711768fa329a2445b77 100644 (file)
@@ -203,7 +203,7 @@ archpy_disassemble (PyObject *self, PyObject *args, PyObject *kw)
         {
           insn_len = gdb_print_insn (gdbarch, pc, &stb, NULL);
         }
-      catch (const gdb_exception_RETURN_MASK_ALL &except)
+      catch (const gdb_exception &except)
         {
          gdbpy_convert_exception (except);
          return NULL;
This page took 0.027668 seconds and 4 git commands to generate.