Tweak handling of remote errors in response to resumption packet
[deliverable/binutils-gdb.git] / gdb / go-typeprint.c
index 5fe8dd4885fa87747c952a7fc2b4e1a1aac1f277..763ae54d07a0eec863682205ea18d3792a513f4a 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing Go types for GDB, the GNU debugger.
 
-   Copyright (C) 2012-2014 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -48,7 +48,7 @@ go_print_type (struct type *type, const char *varstring,
 {
   /* Borrowed from c-typeprint.c.  */
   if (show > 0)
-    CHECK_TYPEDEF (type);
+    type = check_typedef (type);
 
   /* Print the type of "abc" as "string", not char[4].  */
   if (TYPE_CODE (type) == TYPE_CODE_ARRAY
This page took 0.061608 seconds and 4 git commands to generate.