aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-04 * cli/cli-interp.c (struct captured_execute_command_args):Tom Tromey1-18/+5
2011-03-042011-03-04 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2011-03-032011-03-02 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-292010-12-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-53/+60
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+21
2010-05-052010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+2
2010-04-07 * top.c (source_file_name): Make const char *.Doug Evans1-2/+2
2010-03-28 gdb/Pedro Alves1-1/+2
2010-03-23 Unify actions and commandsVladimir Prus1-17/+69