Add more filename styling

I found a few spots where filename styling ought to be applied, but is
not.
This commit is contained in:
Tom Tromey 2022-02-28 08:21:55 -07:00
parent 29928b8e3b
commit 972f7a4b97
7 changed files with 21 additions and 9 deletions

View file

@ -1944,7 +1944,8 @@ info_auto_load_libthread_db (const char *args, int from_tty)
ui_out_emit_tuple tuple_emitter (uiout, NULL);
info = array[i];
uiout->field_string ("filename", info->filename);
uiout->field_string ("filename", info->filename,
file_name_style.style ());
std::string pids;
while (i < array.size () && strcmp (info->filename,