aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi5-56/+56
2020-10-20Fix help string of alias commandAndreas Schwab1-2/+2
2020-10-08Style more output of "disassemble" commandTom Tromey1-8/+14
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-26gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees1-4/+5
2020-09-19Use gdb_bfd_sections in restore_commandTom Tromey1-49/+45
2020-07-28Demangle function names when disassemblingAndrew Burgess1-1/+8
2020-07-28Update "disassemble" helpTom Tromey1-5/+5
2020-06-28Remove "cmd_type" functionTom Tromey3-18/+7
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers4-74/+299
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