aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Include string.h in common-defs.hGary Benson8-9/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson5-5/+0
2014-07-30constify some cli-utils stuffTom Tromey2-14/+31
2014-07-24constify command docsTom Tromey3-17/+20
2014-07-24constify command prefixTom Tromey5-16/+17
2014-07-24constify deprecate_cmdTom Tromey2-2/+2
2014-07-24constify help_cmdTom Tromey2-3/+2
2014-07-24constify cli-dump.cTom Tromey1-17/+18
2014-07-03Assign 'targerr' instead of 'targ' to gdb_stdtargerr.Marc Khouzam1-1/+1
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey1-7/+6
2014-06-26constify error_no_argTom Tromey1-1/+1
2014-06-26constify do_set_command and do_show_commandTom Tromey2-7/+9
2014-06-18constify parse_cli_boolean_valueTom Tromey2-2/+2
2014-06-13make calls to help_list use enumeratorTom Tromey2-9/+10
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-11/+20
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves1-3/+61
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-0/+21
2014-04-25document "quit" command's argumentTom Tromey1-1/+5
2014-03-25"source", foreground execution commands, and target-asyncPedro Alves1-0/+3
2014-03-06Add a newline in output messagesYao Qi1-1/+1
2014-02-09Add Guile as an extension language.Doug Evans2-5/+26
2014-02-05Extension Language APIDoug Evans2-14/+26
2014-01-20better packing for command structTom Tromey1-48/+48
2014-01-20convert flags to bitfieldsTom Tromey2-52/+49
2014-01-13remove deprecated_set_hookTom Tromey1-2/+0
2014-01-13replace XMALLOC with XNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker13-13/+13
2013-12-12Eliminate UNSUPPORTED_ERROR.Pedro Alves1-19/+7
2013-12-06fix a couple of FIXMEsTom Tromey1-4/+2
2013-11-23cli/cli-script.c (multi_line_command_p): New function.Doug Evans1-15/+24
2013-11-18remove gdb_string.hTom Tromey8-8/+8
2013-11-14New function cli-utils.c:extract_arg_constJoel Brobecker2-8/+24
2013-10-11warn if "source" fails to open the file when from_tty == 0Joel Brobecker1-2/+5
2013-10-10Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker1-19/+0
2013-10-02Constification of parse_linespec and fallout:Keith Seitz2-2/+2
2013-10-01 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans1-6/+0
2013-09-06Give every interpreter a command_loop_proc.Andrew Burgess1-1/+3
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil1-1/+1
2013-08-09Remove unnecessary XMALLOC definitions.Pedro Alves1-2/+0
2013-08-09Make functions in cli-dump.c static and remove cli-dump.h.Pedro Alves2-39/+4
2013-08-01Remove error_pre_print and quit_pre_print.Andrew Burgess1-3/+0
2013-07-17 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initializationDoug Evans1-21/+0
2013-07-17 * gdbcmd.h (togglelist): Delete.Doug Evans2-9/+0
2013-07-01Constify main.c:get_init_files.Pedro Alves2-2/+2
2013-05-30fix cli-script.cTom Tromey1-12/+6
2013-05-30simplify cli-logging.c for analysisTom Tromey1-4/+5
2013-05-30remove erroneous return from setup_user_argsTom Tromey1-5/+2
2013-05-30some cleanup checker fixesTom Tromey2-3/+10
2013-04-242013-04-24 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-0/+3
2013-04-22 PR gdb/7912:Tom Tromey2-1/+5