aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-05-01Remove evaluate_expressionTom Tromey1-2/+2
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: remove static buffer in command_line_inputSimon Marchi1-8/+11
2022-11-28Fix crash in "document" commandTom Tromey1-0/+2
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+2
2022-10-14Use scoped_value_mark in more placesTom Tromey1-16/+16
2022-08-25Allow to document user-defined aliases.Philippe Waroquiers1-15/+26
2022-07-18Replace input_interactive_p with a methodTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-4/+4
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-03-29Unify vprintf functionsTom Tromey1-1/+1
2022-01-05Simplify execute_control_commands_to_stringTom Tromey1-23/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-24Move value_true to value.hTom Tromey1-2/+1
2021-05-20cli-script: use unique_ptr to not leak next structAlexandra Hájková1-36/+36
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-6/+6
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-15/+15
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-5/+2
2021-05-07gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione1-17/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15gdb: multi-line support for "document" commandRae Kim1-7/+42
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-16/+16
2020-09-26gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees1-4/+5
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-6/+6
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-1/+1
2019-11-30Implement user defined prefix.Philippe Waroquiers1-16/+112
2019-11-21[gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries1-0/+3
2019-11-08Constify command_line_inputTom Tromey1-3/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-12Move declaration of max_user_call_depth to headerChristian Biesinger1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+2
2019-03-05Remove excess calls to gdb_flushTom Tromey1-4/+1
2019-02-19Fix error message and use-after-free on errors in nested sourced filesSimon Marchi1-3/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-30/+26
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-08-17Fix use-after-free in number_or_range_parserTom Tromey1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-1/+1
2018-06-14Fix/improve on-line help of 'define' command.Philippe Waroquiers1-1/+3
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey1-27/+66