]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli/cli-cmds.c
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / cli / cli-cmds.c
7 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
10 days ago  Andrew Burgessgdb: filename completion for pipe command -- the shell...
2025-06-02  Andrew Burgessgdb: use quoted filename completion for the shell command
2025-04-22  Tom TromeyRemove ui_file::reset_style
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-01-29  Tom TromeyUse command style in "help" command
2025-01-12  Andrei PikasAdd an option with a color type.
2024-11-22  Tom de Vries[gdbsupport] Add gdb::{waitpid,read,write,close}
2024-11-22  Andrew Burgessgdb/disasm: fix demangling when disassembling the curre...
2024-11-11  Tom TromeyWrap help strings at 80 columns
2024-11-08  Andrew Burgessgdb: fixes and tests for the 'edit' command
2024-10-22  Tom de Vries[gdb] Handle EINTR in run_under_shell
2024-10-02  Andrew Burgessgdb: more file name styling
2024-09-30  Tom TromeyAdd line-number styling
2024-09-30  Gerlicher, Klausgdb, testsuite: clean duplicate header includes
2024-09-24  Tom de Vries[gdb] Eliminate catch(...) in pipe_command
2024-09-07  Andrew Burgessgdb: move display of completion results into completion...
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-07-15  Simon Marchigdb: pass program space to have_{full,partial}_symbols
2024-07-15  Simon Marchigdb: pass program space to clear_current_source_symtab_...
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-08  Guinevere Larsengdb: Change "list ." command's error when no debuginfo...
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-23  Guinevere Larsengdb: fix "list ." related crash
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-08  Andrew Burgessgdb: add a custom command completer for disassemble...
2023-11-08  Andrew Burgessgdb: error if /r and /b are used with disassemble command
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-19  Guinevere Larsengdb/cli: fixes to newly added "list ." command
2023-07-14  Bruno Larsengdb/doc: document '+' argument for 'list' command
2023-07-14  Bruno Larsengdb/cli: Improve UX when using list with no args
2023-07-14  Bruno Larsengdb/cli: add '.' as an argument for 'list' command
2023-07-14  Bruno Larsengdb/cli: Factor out code to list lines around a given...
2023-06-09  Andrew Burgessgdb: fix ASan failure after recent string changes
2023-06-05  Andrew Burgessgdb: building inferior strings from within GDB
2023-05-12  Andrew Burgessgdb: fix error message for $_gdb_maint_setting
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-02  Simon Marchigdb: remove unused parameters in print_doc_of_command...
2023-02-15  Pedro AlvesAdd new "$_shell(CMD)" internal function
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_type into method
2023-01-19  Maciej W. RozyckiGDB: Allow arbitrary keywords in integer set commands
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-08  Tom de Vries[gdb/cli] Make quit really quit after remote connection...
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-02  Andrew Burgessgdb: disassembler opcode display formatting
2022-08-19  Tom TromeyRemove two initialization functions
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-04-28  Simon Marchigdb: remove BLOCK_CONTIGUOUS_P macro
2022-04-28  Simon Marchigdb: remove BLOCK_NRANGES macro
2022-04-28  Simon Marchigdb: remove BLOCK_RANGE_{START,END} macros
2022-04-18  Simon Marchigdb: call gdb_tilde_expand instead of gdb_tilde_expand_...
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-04-07  Simon Marchigdb: remove symtab::dirname
2022-03-31  Tom TromeyRemove dbx mode
2022-03-29  Tom TromeyRemove unnecessary calls to wrap_here and gdb_flush
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify vprintf functions
2022-03-29  Tom TromeyChange the pager to a ui_file
2022-02-07  Tankut Baris Aktemurgdb: add the 'set/show suppress-cli-notifications'...
2022-02-06  Simon Marchigdb: remove SYMTAB_DIRNAME macro
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-02  Andrew Burgessgdb: handle calls to edit command passing only a linesp...
2022-02-02  Andrew Burgessgdb: handle calls to list command passing only a linesp...
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-18  Enze Ligdb: add "exit" command as an alias for "quit"
2021-11-16  Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-14  Lancelot SIX[PR gdb/16238] Add completer for the show user command
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03  Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-09-27  Andrew Burgessgdb: add setting to disable reading source code files
2021-07-23  Simon Marchigdb: rename cfunc to simple_func
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-17  Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17  Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07  Andrew Burgessgdb/guile: perform tilde expansion when sourcing guile...
2021-01-22  Simon Marchigdb: move set remote commands to remote.c
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-13  Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-20  Andreas SchwabFix help string of alias command
2020-10-09  Tom TromeyStyle more output of "disassemble" command
2020-07-28  Andrew BurgessDemangle function names when disassembling
2020-07-28  Tom TromeyUpdate "disassemble" help
2020-06-28  Tom TromeyRemove "cmd_type" function
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-27  Hannes DomaniMove exit_status_set_internal_vars out of GLOBAL_CURDIR
2020-05-26  Philippe WaroquiersEnsure class_tui is listed in the output of "help"...
next