mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Add more filename styling
I found a few spots where filename styling ought to be applied, but is not.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user