aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2021-05-07gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione2-17/+21
2021-04-26gdb: check result of gdb_fopen_cloexec in dump_binary_fileSimon Marchi1-0/+3
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-9/+11
2021-01-27Avoid use after free with logging and debug redirect.Lancelot SIX1-0/+8
2021-01-22gdb: add new version styleAndrew Burgess2-3/+20
2021-01-22gdb: move set remote commands to remote.cSimon Marchi1-36/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker18-18/+18
2020-12-15gdb: multi-line support for "document" commandRae Kim2-7/+43
2020-12-15Highlight deprecated commands using title styleTom Tromey1-7/+16
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess2-0/+8
2020-12-11gdb: improve the warning given for deprecated aliases with a prefixAndrew Burgess1-41/+43
2020-12-11gdb: make deprecated_cmd_warning i18n friendlyAndrew Burgess1-40/+39
2020-12-11gdb: give deprecated command warning for aliases with a prefixAndrew Burgess1-13/+41
2020-12-11gdb: don't warn about deprecated aliases during tab completionAndrew Burgess1-43/+5
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