aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-18 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",Tom Tromey1-4/+35
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-6/+10
2012-08-28gdb/Yao Qi1-1/+1
2012-05-08Display the ">" prompt in interactive mode while reading cannedEli Zaretskii1-2/+21
2012-01-24gdb/Jan Kratochvil1-3/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-09-022011-09-02 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+16
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-06-27 * valops.c (find_overload_match): Call do_cleanups before earlyTom Tromey1-2/+2