]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/symtab.c
Add more filename styling
[thirdparty/binutils-gdb.git] / gdb / symtab.c
index 1a39372aad02be4c0cc8f19a9ef24ae04ab46095..a867e1db9fd75f7b7d17504c02a6cdd13dc85c9e 100644 (file)
@@ -4508,7 +4508,8 @@ info_sources_worker (struct ui_out *uiout,
       if (group_by_objfile)
        {
          output_tuple.emplace (uiout, nullptr);
-         uiout->field_string ("filename", objfile_name (objfile));
+         uiout->field_string ("filename", objfile_name (objfile),
+                              file_name_style.style ());
          uiout->text (":\n");
          bool debug_fully_readin = !objfile->has_unexpanded_symtabs ();
          if (uiout->is_mi_like_p ())