Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index 1dc82b3a875ec7a28969b96579a4ad9ac504015d..8480ba355ceb4121828a4efc4e4c7ae2e34d1e39 100644 (file)
@@ -267,7 +267,7 @@ complete_command (const char *arg, int from_tty)
          tracker = &tracker_handle_completions;
        }
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &ex)
+  catch (const gdb_exception &ex)
     {
       return;
     }
This page took 0.025178 seconds and 4 git commands to generate.