aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-04Use function_view in cli-script.cTom Tromey1-25/+26
2018-05-04Allow defining a user command inside a user commandTom Tromey1-10/+46
2018-05-04Constify prompt argument to read_command_linesTom Tromey1-11/+9
2018-05-04Make print_command_trace varargsTom Tromey1-12/+10
2018-05-04Use counted_command_line everywhereTom Tromey1-146/+44
2018-04-09Add gdb::string_viewSimon Marchi1-14/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify execute_commandTom Tromey1-4/+4
2017-11-07Constify add_comTom Tromey1-19/+15
2017-10-31Use console uiout when executing breakpoint commandsSimon Marchi1-4/+18
2017-09-27Constify user_defined_commandTom Tromey1-1/+1
2017-09-11Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey1-10/+21
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey1-9/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-04Error out immediatly when using if command without args in command listSimon Marchi1-1/+2
2017-08-28define_command: Don't convert command name to lower caseSimon Marchi1-6/+0
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey1-4/+2
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey1-6/+6
2017-08-03Remove user_call_depthTom Tromey1-15/+2
2017-08-03Remove in_user_commandTom Tromey1-6/+0
2017-08-03More uses of scoped_restoreTom Tromey1-42/+18
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior1-17/+5
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior1-4/+17