]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cli/cli-script.c
internal_error: remove need to pass __FILE__/__LINE__
[thirdparty/binutils-gdb.git] / gdb / cli / cli-script.c
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
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-28  Simon Marchicli-script.c: Fix read_next_line's comment
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-05-16  Jan Kratochvilcompile: Distribute scope, add scope_data
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Tom Tromeythe "compile" command
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-07  Gabriel Krisman... Fix PR gdb/17035: "show user" doesn't list user-defined...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-24  Tom Tromeyconstify command docs
2014-07-24  Tom Tromeyconstify command prefix
next