summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* Remove evaluate_expressionTom Tromey2023-05-011-2/+2
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-4/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-8/+11
* Fix crash in "document" commandTom Tromey2022-11-281-0/+2
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Use scoped_value_mark in more placesTom Tromey2022-10-141-16/+16
* Allow to document user-defined aliases.Philippe Waroquiers2022-08-251-15/+26
* Replace input_interactive_p with a methodTom Tromey2022-07-181-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-4/+4
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* Unify vprintf functionsTom Tromey2022-03-291-1/+1
* Simplify execute_control_commands_to_stringTom Tromey2022-01-051-23/+7
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Move value_true to value.hTom Tromey2021-09-241-2/+1
* cli-script: use unique_ptr to not leak next structAlexandra Hájková2021-05-201-36/+36
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-6/+6
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-15/+15
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-5/+2
* gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione2021-05-071-17/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: multi-line support for "document" commandRae Kim2020-12-151-7/+42
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-16/+16
* gdb: Fix from_tty argument to gdb.execute in Python.Gareth Rees2020-09-261-4/+5
* default-args: allow to define default arguments for aliasesPhilippe Waroquiers2020-06-221-6/+6
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-1/+1
* Implement user defined prefix.Philippe Waroquiers2019-11-301-16/+112
* [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI modeTom de Vries2019-11-211-0/+3
* Constify command_line_inputTom Tromey2019-11-081-3/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Move declaration of max_user_call_depth to headerChristian Biesinger2019-10-121-1/+0
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+2
* Remove excess calls to gdb_flushTom Tromey2019-03-051-4/+1
* Fix error message and use-after-free on errors in nested sourced filesSimon Marchi2019-02-191-3/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-30/+26
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Fix use-after-free in number_or_range_parserTom Tromey2018-08-171-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-1/+1
* Fix/improve on-line help of 'define' command.Philippe Waroquiers2018-06-141-1/+3
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Let gdb.execute handle multi-line commandsTom Tromey2018-05-041-27/+66