aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-style.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-16gdb: add "set style tui-current-position on|off", default to offPedro Alves1-2/+2
2022-07-11gdb: add support for disassembler styling using libopcodesAndrew Burgess1-9/+98
2022-03-29Unify gdb printf functionsTom Tromey1-7/+7
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+44
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-25gdb: rename source_styling_changed observerAndrew Burgess1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-8/+8
2021-06-25gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi1-24/+38
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-2/+3
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-7/+4
2021-01-22gdb: add new version styleAndrew Burgess1-2/+15
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-24Revert "Add completion styling"Tom Tromey1-42/+0
2020-05-23Add completion stylingTom Tromey1-0/+42
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-83/+43
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-2/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-07Enable styling by default on CygwinJon Turney1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-01Add TUI border colorsTom Tromey1-22/+59
2019-10-03[gdb] Fix set/show style metadata help textTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-0/+11
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-14/+14
2019-06-03Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers1-31/+86
2019-03-14Add the "set style source" commandTom Tromey1-0/+29
2019-03-14Make TUI react to "set style enabled"Tom Tromey1-0/+2
2019-03-09Support styling on native MS-Windows consoleEli Zaretskii1-1/+1
2019-01-12Implement help/show values for 'set|show style'.Philippe Waroquiers1-48/+51
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-30Fix 'help set/show style' strange layouts/results.Philippe Waroquiers1-5/+5
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-1/+8
2018-12-28Style addressesTom Tromey1-0/+11
2018-12-28Style variable namesTom Tromey1-0/+11
2018-12-28Add output styles to gdbTom Tromey1-0/+257