Handle non-ASCII identifiers in Ada
[binutils-gdb.git] / gdb / cli /
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
2021-05-19 Marco Barisionegdb: Pass std::strings to ui_out::field_string () where...
2021-05-19 Marco Barisionegdb: Add an overloaded ui_out::text accepting a const...
2021-05-17 Simon Marchigdb: add cmd_list_element::is_command_class_help
2021-05-17 Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17 Simon Marchigdb: add cmd_list_element::is_alias
2021-05-17 Simon Marchigdb: rename cmd_list_element::cmd_pointer to target
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-17 Simon Marchigdb: don't handle old == nullptr in add_alias_cmd
2021-05-17 Simon Marchigdb: move cmd_list_element::prefixname to cli/cli-decode.c
2021-05-13 Simon Marchigdb: remove cmd_list_element::pre_show_hook
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-11 Simon Marchigdb: fix indentation of cmd_list_element
2021-05-07 Andrew Burgessgdb/guile: perform tilde expansion when sourcing guile...
2021-05-07 Marco Barisionegdb: add lookup_cmd_exact to simplify a common pattern
2021-04-26 Simon Marchigdb: check result of gdb_fopen_cloexec in dump_binary_file
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-27 Lancelot SIXAvoid use after free with logging and debug redirect.
2021-01-22 Andrew Burgessgdb: add new version style
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-16 Rae Kimgdb: multi-line support for "document" command
2020-12-15 Tom TromeyHighlight deprecated commands using title style
2020-12-13 Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-12-11 Andrew Burgessgdb: improve the warning given for deprecated aliases...
2020-12-11 Andrew Burgessgdb: make deprecated_cmd_warning i18n friendly
2020-12-11 Andrew Burgessgdb: give deprecated command warning for aliases with...
2020-12-11 Andrew Burgessgdb: don't warn about deprecated aliases during tab...
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-09-29 Tom TromeyRemove target_has_execution macro
2020-09-26 Gareth Reesgdb: Fix from_tty argument to gdb.execute in Python.
2020-09-19 Tom TromeyUse gdb_bfd_sections in restore_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"...
2020-05-25 Tom TromeyRevert "Add completion styling"
2020-05-23 Tom TromeyAdd completion styling
next