]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use styled_string in more places
authorTom Tromey <tom@tromey.com>
Wed, 18 Sep 2019 01:11:55 +0000 (19:11 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 1 Oct 2019 21:12:40 +0000 (15:12 -0600)
commit9d636d67e0ddf223c6e9127dc058afdb48a7012f
tree16222a0b42498846d8468ac19c08d48d5e3a179a
parent7f6aba03b929d3d893378760eeeca431005fc5cd
Use styled_string in more places

This adds more uses of styled_string, changing gdb to style some
output that was previously left unstyled.

gdb/ChangeLog
2019-10-01  Tom Tromey  <tom@tromey.com>

* stack.c (print_frame, info_frame_command_core): Use
styled_string.
* linux-thread-db.c (try_thread_db_load_1)
(try_thread_db_load_from_pdir_1): Use styled_string.
* auto-load.c (file_is_auto_load_safe, execute_script_contents)
(auto_load_section_scripts, info_auto_load_local_gdbinit)
(maybe_print_unsupported_script_warning)
(maybe_print_script_not_found_warning): Use styled_string.
* ada-lang.c (user_select_syms): Use styled_string.
gdb/ChangeLog
gdb/ada-lang.c
gdb/auto-load.c
gdb/linux-thread-db.c
gdb/stack.c