]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli/cli-script.c
gdb/alpha: Redefine fpcr with fpcr_flags type
[thirdparty/binutils-gdb.git] / gdb / cli / cli-script.c
6 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-28  Andrew Burgessgdb: reduce breakpoint-modified events for dprintf b/p
2025-03-26  Guinevere Larsengdb: add configure option to disable compile
2025-03-19  Andrew Burgessgdb/python: new styling argument to gdb.execute
2024-12-13  Tom TromeyReplace uses of "title" style with "command"
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-07  Hannes DomaniRaise exception if ambiguous name is used in gdb.parameter
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01  Tom TromeyRemove evaluate_expression
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
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-28  Tom TromeyFix crash in "document" command
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-14  Tom TromeyUse scoped_value_mark in more places
2022-08-25  Philippe WaroquiersAllow to document user-defined aliases.
2022-07-18  Tom TromeyReplace input_interactive_p with a method
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-29  Tom TromeyUnify vprintf functions
2022-01-05  Tom TromeySimplify execute_control_commands_to_string
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-09-24  Tom TromeyMove value_true to value.h
2021-05-20  Alexandra Hájkovácli-script: use unique_ptr to not leak next struct
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  Marco Barisionegdb: add lookup_cmd_exact to simplify a common pattern
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Rae Kimgdb: multi-line support for "document" command
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-26  Gareth Reesgdb: Fix from_tty argument to gdb.execute in Python.
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-05-21  Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-30  Philippe WaroquiersAllow . character as part of command names.
2019-11-30  Philippe WaroquiersImplement user defined prefix.
2019-11-21  Tom de Vries[gdb] Only force INTERP_CONSOLE ui_out for breakpoint...
2019-11-08  Tom TromeyConstify command_line_input
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-12  Christian BiesingerMove declaration of max_user_call_depth to header
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-02-20  Simon MarchiFix error message and use-after-free on errors in neste...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-08-17  Tom TromeyRemove "repeat" argument from command_line_input
2018-08-17  Tom TromeyFix use-after-free in number_or_range_parser
2018-07-22  Tom TromeySimple unused variable removals
2018-06-14  Philippe WaroquiersFix/improve on-line help of 'define' command.
2018-05-25  Tom TromeyRemove interp_ui_out
2018-05-04  Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04  Tom TromeyUse function_view in cli-script.c
2018-05-04  Tom TromeyAllow defining a user command inside a user command
2018-05-04  Tom TromeyConstify prompt argument to read_command_lines
2018-05-04  Tom TromeyMake print_command_trace varargs
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-04-09  Simon MarchiAdd gdb::string_view
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_com
2017-11-01  Simon MarchiUse console uiout when executing breakpoint commands
2017-09-27  Tom TromeyConstify user_defined_command
2017-09-11  Tom TromeyReplace clear_hook_in_cleanup with scoped_restore_hook_in
2017-09-11  Tom TromeyReplace interp_set_temp with scoped_restore_interp
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Simon MarchiError out immediatly when using if command without...
2017-08-28  Simon Marchidefine_command: Don't convert command name to lower...
2017-08-03  Tom TromeyReplace do_restore_instream_cleanup with scoped_restore
2017-08-03  Tom TromeyUse a scoped_restore for command_nest_depth
2017-08-03  Tom TromeyRemove user_call_depth
2017-08-03  Tom TromeyRemove in_user_command
2017-08-03  Tom TromeyMore uses of scoped_restore
2017-06-30  Sergio Durigan JuniorPR cli/21688: Detect aliases when issuing python/compil...
2017-06-30  Sergio Durigan JuniorPR cli/21688: Fix multi-line/inline command differentiation
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-08  Jerome GuittonCommand abbreviation in define
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-12-02  Pedro AlvesSupport an "unlimited" number of user-defined arguments
2016-12-02  Pedro AlvesFix PR 20559 - "eval" command and $arg0...$arg9/$argc...
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08  Pedro Alvescli-script.c: Simplify using std::string, eliminate...
2016-11-08  Pedro Alvescli/cli-script.c: Remove some dead NULL checks
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-06-21  Pedro AlvesMake stdin be per UI
2016-06-21  Pedro AlvesMake instream be per UI
2016-06-21  Pedro AlvesMake the interpreters be per UI
next