aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-05Use filtered output in ordinary commandsTom Tromey1-7/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-18gdb: add "exit" command as an alias for "quit"Enze Li1-1/+2
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-5/+4
2021-11-14[PR gdb/16238] Add completer for the show user commandLancelot SIX1-1/+71
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-13/+10
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-19/+30
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-44/+71
2021-09-27gdb: add setting to disable reading source code filesAndrew Burgess1-0/+4
2021-07-23gdb: rename cfunc to simple_funcSimon Marchi1-1/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-2/+1
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-28/+36
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-2/+2
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-3/+3
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+6
2021-05-07gdb/guile: perform tilde expansion when sourcing guile scriptsAndrew Burgess1-2/+11
2021-01-22gdb: move set remote commands to remote.cSimon Marchi1-36/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-0/+4
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-19/+19
2020-10-20Fix help string of alias commandAndreas Schwab1-2/+2
2020-10-08Style more output of "disassemble" commandTom Tromey1-8/+14
2020-07-28Demangle function names when disassemblingAndrew Burgess1-1/+8
2020-07-28Update "disassemble" helpTom Tromey1-5/+5
2020-06-28Remove "cmd_type" functionTom Tromey1-1/+1
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-50/+197
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-15Fix/improve 'help CLASS' outputPhilippe Waroquiers1-1/+1
2020-05-15Fix problem that alias can be defined or not depending on the order.Philippe Waroquiers1-2/+23
2020-05-15Fix the only incorrect case found by command_structure_invariants selftest.Philippe Waroquiers1-4/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-05-11Restore info_command and breakpointTom Tromey1-2/+13
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 Tromey1-51/+18
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-06Improve process exit status macros on MinGWEli Zaretskii1-0/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Reorder an "if" in print_disassemblyTom Tromey1-7/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-06Remove some includes of readline.hTom Tromey1-1/+0
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers1-0/+232
2019-10-12Move declaration of max_user_call_depth to headerChristian Biesinger1-2/+1
2019-10-01Style "pwd" outputTom Tromey1-3/+8
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-21Fix nullptr in with_command_1Pedro Alves1-0/+3
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+5
2019-07-11Remove init_cli_cmdsTom Tromey1-9/+2
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3