From 972f7a4b97f81a0a5e6f46b9fb163796dc12ead5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 28 Feb 2022 08:21:55 -0700 Subject: Add more filename styling I found a few spots where filename styling ought to be applied, but is not. --- gdb/infcmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/infcmd.c') diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 682bebe..ea06ceb 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -438,7 +438,8 @@ run_command_1 (const char *args, int from_tty, enum run_how run_how) uiout->field_string (NULL, "Starting program"); uiout->text (": "); if (exec_file) - uiout->field_string ("execfile", exec_file); + uiout->field_string ("execfile", exec_file, + file_name_style.style ()); uiout->spaces (1); uiout->field_string ("infargs", current_inferior ()->args ()); uiout->text ("\n"); -- cgit v1.1