aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-style.c
AgeCommit message (Expand)AuthorFilesLines
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