Add more filename styling
I found a few spots where filename styling ought to be applied, but is not.
This commit is contained in:
parent
29928b8e3b
commit
972f7a4b97
7 changed files with 21 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue