diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb-utils.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb-utils.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/lib/gdb-utils.exp b/gdb/testsuite/lib/gdb-utils.exp index a656788..89767dc 100644 --- a/gdb/testsuite/lib/gdb-utils.exp +++ b/gdb/testsuite/lib/gdb-utils.exp @@ -48,8 +48,10 @@ proc string_to_regexp {str} { proc style {str style} { switch -exact -- $style { + title { set style 1 } file { set style 32 } function { set style 33 } + highlight { set style 31 } variable { set style 36 } address { set style 34 } } |