aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-cmds.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08[gdb/cli] Make quit really quit after remote connection closedTom de Vries1-1/+14
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-02gdb: disassembler opcode display formattingAndrew Burgess1-0/+6
2022-08-19Remove two initialization functionsTom Tromey1-7/+1
2022-06-17event_location -> location_specPedro Alves1-16/+16
2022-04-27gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_NRANGES macroSimon Marchi1-3/+4
2022-04-27gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi1-2/+2
2022-04-18gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi1-3/+3
2022-04-07gdb: remove symtab::objfileSimon Marchi1-2/+2
2022-04-07gdb: remove symtab::dirnameSimon Marchi1-2/+2
2022-03-31Remove dbx modeTom Tromey1-5/+1
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-1/+0
2022-03-29Unify gdb printf functionsTom Tromey1-62/+62
2022-03-29Unify vprintf functionsTom Tromey1-1/+1
2022-03-29Change the pager to a ui_fileTom Tromey1-1/+1
2022-02-07gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur1-0/+39
2022-02-06gdb: remove SYMTAB_DIRNAME macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-2/+2
2022-02-02gdb: handle calls to edit command passing only a linespec conditionAndrew Burgess1-3/+4
2022-02-02gdb: handle calls to list command passing only a linespec conditionAndrew Burgess1-0/+12
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
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