]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/lib/gdb-utils.exp
gdb: process early initialization files and command line options
[thirdparty/binutils-gdb.git] / gdb / testsuite / lib / gdb-utils.exp
index ad7d2884aae96c534ff54fc0b8bffb37aba865e8..cec157196b3fc307a51a1956287630fcec79b76e 100644 (file)
@@ -56,6 +56,7 @@ proc style {str style} {
        address { set style 34 }
        metadata { set style 2 }
        version { set style "35;1" }
+       none { return $str }
     }
     return "\033\\\[${style}m${str}\033\\\[m"
 }