aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-12Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii1-0/+9
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2-9/+74
2013-04-10make -gdb-exit call disconnect_tracing too, and don't lose history if the tar...Pedro Alves1-1/+1
2013-03-22Subject: Fix range validation of integer commands with "unlimited".Pedro Alves1-2/+12
2013-03-22Whoops, wrong patch. Reverting.Pedro Alves1-11/+2
2013-03-22Subject: Fix range validation of integer commands with "unlimited".Pedro Alves1-2/+11
2013-03-21 New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans2-14/+11
2013-03-20Fix PR gdb/15289 - "set remote hardware-watchpoint-limit" broken (zinteger co...Pedro Alves1-8/+13
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves5-61/+64
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz3-18/+24
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-9/+5
2013-03-05gdb/Yao Qi1-1/+1