PR29991, MicroMIPS flag erased after align directives
[binutils-gdb.git] / gdb / cli /
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-11-30 Tom TromeyRename fields of cli_interp_base::saved_output_files
2022-11-28 Tom TromeyDon't let gdb_stdlog use pager
2022-11-28 Tom TromeyDon't let tee_file own a stream
2022-11-28 Tom TromeyRemove 'saved_output' global
2022-11-28 Tom TromeyFix crash in "document" command
2022-11-17 Tom TromeyRemove two obsolete declarations
2022-11-16 Pedro Alvesgdb: add "set style tui-current-position on|off", defau...
2022-11-08 Tom de Vries[gdb/cli] Make quit really quit after remote connection...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-14 Tom TromeyUse scoped_value_mark in more places
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-02 Andrew Burgessgdb: disassembler opcode display formatting
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-08-25 Philippe WaroquiersAllow to document user-defined aliases.
2022-08-19 Tom TromeyRemove two initialization functions
2022-07-18 Tom TromeyRemove manual lifetime management from cli_interp
2022-07-18 Tom TromeyRemove cli_out_new
2022-07-18 Tom TromeyReplace input_interactive_p with a method
2022-07-11 Andrew Burgessgdb: add support for disassembler styling using libopcodes
2022-06-30 Maciej W. RozyckiGDB: Add `NUMBER' completion to `set' integer commands
2022-06-29 Maciej W. RozyckiGDB: Remove extraneous full stops from `set' command...
2022-06-24 Pedro AlvesEliminate TUI/CLI observers duplication
2022-06-23 Tom TromeyDon't declare cli_set_logging
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 gdb puts functions
2022-03-29 Tom TromeyUnify vprintf functions
2022-03-29 Tom TromeyChange the pager to a ui_file
2022-03-28 Tom TromeySwitch gdb_stdlog to use timestamped_file
2022-03-28 Tom TromeyUse unique_ptr in CLI logging code
2022-03-28 Tom TromeySimplify the CLI set_logging logic
2022-02-14 Andrew Burgessgdb: use python to colorize disassembler output
2022-02-07 Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-07 Tankut Baris Aktemurgdb: add the 'set/show suppress-cli-notifications'...
2022-02-07 Tankut Baris Aktemurgdb/cli: add a 'normal_stop' option to 'cli_suppress_no...
2022-02-07 Tankut Baris Aktemurgdb/cli: convert cli_suppress_notification from int...
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-26 Andrew Burgessgdb/python: improve the auto help text for gdb.Parameter
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-26 Tom TromeyFix another crash with gdb parameters in Python
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-05 Tom TromeyUse filtered output in ordinary commands
2022-01-05 Tom TromeySimplify execute_control_commands_to_string
2022-01-04 Tom de Vries[gdb/build] Fix build breaker in gdb/cli/cli-logging.c
2022-01-03 Tom de Vries[gdb/cli] Improve show logging output
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyUse filtered output in show callbacks
2021-12-29 Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-12-18 Enze Ligdb: add "exit" command as an alias for "quit"
2021-12-04 Simon Marchigdb: don't show deprecated aliases
2021-12-03 Simon Marchigdb: change some alias functions parameters to const...
2021-12-03 Simon Marchigdb: use intrusive_list for cmd_list_element aliases...
2021-12-03 Simon Marchigdb: make saved_filename an std::string
2021-11-25 Andrew Burgessgdb: rename source_styling_changed observer
2021-11-25 Tom de Vries[gdb/cli] Add "set logging enabled", deprecate "set...
2021-11-25 Tom de Vries[gdb/cli] Fix typo in logging overwrite help text
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
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-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-11-05 Tom TromeyIntroduce make_unique_xstrndup
2021-11-04 Simon Marchigdb: pass/return setting setter/getter scalar values...
2021-11-04 Simon Marchigdb: remove command_class enum class_deprecated
2021-11-04 Simon Marchigdb: remove unnecessary cmd_list_element::aliases nullp...
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 Lancelot SIXgdb: Setting setter return a bool to tell if the value...
2021-10-03 Lancelot SIXgdb: Have setter and getter callbacks for settings
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-09-27 Andrew Burgessgdb: remove duplicate cmd_list_element declarations
2021-09-24 Tom TromeyMove value_true to value.h
2021-08-19 Simon Marchigdb: use bool in notify_command_param_changed_p and...
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-07-23 Simon Marchigdb: rename cfunc to simple_func
2021-06-26 Simon Marchigdb: remove context parameter from add_setshow_enum_cmd
2021-06-26 Simon Marchigdb: add assert in cmd_list_element::set_context
2021-06-26 Simon Marchigdb: add context getter/setter to cmd_list_element
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-27 Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-20 Alexandra Hájkovácli-script: use unique_ptr to not leak next struct
next