aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Move exit_status_set_internal_vars out of GLOBAL_CURDIRHannes Domani1-1/+1
2020-05-26Ensure class_tui is listed in the output of "help" giving the list of classes.Philippe Waroquiers1-0/+6
2020-05-24Revert "Add completion styling"Tom Tromey2-51/+0
2020-05-23Add completion stylingTom Tromey2-0/+51
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-1/+4
2020-05-15Fix/improve 'apropos' outputPhilippe Waroquiers1-8/+29
2020-05-15Fix/improve 'help CLASS' outputPhilippe Waroquiers3-32/+101
2020-05-15Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers3-19/+24
2020-05-15Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers1-34/+46
2020-05-15Fix problem that alias can be defined or not depending on the order.Philippe Waroquiers2-9/+31
2020-05-15Fix the only incorrect case found by command_structure_invariants selftest.Philippe Waroquiers1-4/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi2-4/+4
2020-05-11Restore info_command and breakpointTom Tromey1-2/+13
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-43/+6
2020-04-26Fix comments and whitespace in lookup_cmd_compositionPhilippe Waroquiers1-29/+29
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-2/+2
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey5-238/+158
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-2/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi6-5/+11
2020-01-07Enable styling by default on CygwinJon Turney1-1/+1
2020-01-06Improve process exit status macros on MinGWEli Zaretskii1-0/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker18-18/+18
2019-12-27Reorder an "if" in print_disassemblyTom Tromey1-7/+3
2019-12-01Add TUI border colorsTom Tromey2-23/+75
2019-11-30Allow . character as part of command names.Philippe Waroquiers2-11/+15
2019-11-30Implement user defined prefix.Philippe Waroquiers1-16/+112
2019-11-26Let commands free "name"Tom Tromey1-0/+7
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries1-0/+3
2019-11-10Remove unused constructor declaration from cli_style_optionTom Tromey1-3/+0
2019-11-08Constify command_line_inputTom Tromey1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey2-2/+1
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers3-2/+234
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries3-4/+4
2019-10-12Move declaration of max_user_call_depth to headerChristian Biesinger3-3/+5
2019-10-03[gdb] Fix set/show style metadata help textTom de Vries1-1/+1
2019-10-01Use styled_string for "show logging filename"Tom Tromey1-2/+3
2019-10-01Introduce metadata styleTom Tromey2-0/+16
2019-10-01Style "pwd" outputTom Tromey1-3/+8
2019-09-19bfd_section_* macrosAlan Modra1-11/+9
2019-09-18Change boolean options to bool instead of intChristian Biesinger9-23/+23
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess2-92/+12
2019-08-21Fix nullptr in with_command_1Pedro Alves1-0/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers7-40/+64
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess2-0/+30
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess2-113/+59
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess1-3/+2
2019-07-11Remove init_cli_cmdsTom Tromey2-11/+2
2019-07-10Don't include gdbarch.h from defs.hTom Tromey5-0/+6