aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-18/+9
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+6
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-6/+1
2015-03-06New common function "startswith"Gary Benson1-14/+14
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-1/+30
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-2/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-24constify command docsTom Tromey1-5/+8
2014-07-24constify command prefixTom Tromey1-1/+1
2014-03-25"source", foreground execution commands, and target-asyncPedro Alves1-0/+3
2014-02-09Add Guile as an extension language.Doug Evans1-1/+22
2014-02-05Extension Language APIDoug Evans1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-23cli/cli-script.c (multi_line_command_p): New function.Doug Evans1-15/+24
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-08-01Remove error_pre_print and quit_pre_print.Andrew Burgess1-3/+0
2013-05-30fix cli-script.cTom Tromey1-12/+6
2013-05-30remove erroneous return from setup_user_argsTom Tromey1-5/+2
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-7/+10
2013-02-12Consistent use of (C) after "Copyright".Pedro Alves1-1/+1