aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-12Introduce command_line_upTom Tromey1-59/+26
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-08Command abbreviation in defineJerome Guitton1-29/+38
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-42/+42
2016-12-02Support an "unlimited" number of user-defined argumentsPedro Alves1-81/+100
2016-12-02Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitutionPedro Alves1-11/+8
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-10/+4
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves1-76/+33
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves1-11/+0
2016-10-21Use RAII to save and restore scalarsTom Tromey1-14/+4
2016-06-21Make stdin be per UIPedro Alves1-4/+6
2016-06-21Make instream be per UIPedro Alves1-4/+7
2016-06-21Make the interpreters be per UIPedro Alves1-8/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-28cli-script.c: Fix read_next_line's commentSimon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2