summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* constify error_no_argTom Tromey2014-06-261-1/+1
* constify do_set_command and do_show_commandTom Tromey2014-06-262-7/+9
* constify parse_cli_boolean_valueTom Tromey2014-06-182-2/+2
* make calls to help_list use enumeratorTom Tromey2014-06-132-9/+10
* Make display_gdb_prompt CLI-only.Pedro Alves2014-05-291-11/+20
* PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves2014-05-291-3/+61
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-211-0/+21
* document "quit" command's argumentTom Tromey2014-04-251-1/+5
* "source", foreground execution commands, and target-asyncPedro Alves2014-03-251-0/+3
* Add a newline in output messagesYao Qi2014-03-061-1/+1
* Add Guile as an extension language.Doug Evans2014-02-092-5/+26
* Extension Language APIDoug Evans2014-02-052-14/+26
* better packing for command structTom Tromey2014-01-201-48/+48
* convert flags to bitfieldsTom Tromey2014-01-202-52/+49
* remove deprecated_set_hookTom Tromey2014-01-131-2/+0
* replace XMALLOC with XNEWTom Tromey2014-01-131-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-0113-13/+13
* Eliminate UNSUPPORTED_ERROR.Pedro Alves2013-12-121-19/+7
* fix a couple of FIXMEsTom Tromey2013-12-061-4/+2
* cli/cli-script.c (multi_line_command_p): New function.Doug Evans2013-11-231-15/+24
* remove gdb_string.hTom Tromey2013-11-188-8/+8
* New function cli-utils.c:extract_arg_constJoel Brobecker2013-11-142-8/+24
* warn if "source" fails to open the file when from_tty == 0Joel Brobecker2013-10-111-2/+5
* Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker2013-10-101-19/+0
* Constification of parse_linespec and fallout:Keith Seitz2013-10-022-2/+2
* * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans2013-10-011-6/+0
* Give every interpreter a command_loop_proc.Andrew Burgess2013-09-061-1/+3
* Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil2013-09-041-1/+1
* Remove unnecessary XMALLOC definitions.Pedro Alves2013-08-091-2/+0
* Make functions in cli-dump.c static and remove cli-dump.h.Pedro Alves2013-08-092-39/+4
* Remove error_pre_print and quit_pre_print.Andrew Burgess2013-08-011-3/+0
* * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initializationDoug Evans2013-07-171-21/+0
* * gdbcmd.h (togglelist): Delete.Doug Evans2013-07-172-9/+0
* Constify main.c:get_init_files.Pedro Alves2013-07-012-2/+2
* fix cli-script.cTom Tromey2013-05-301-12/+6
* simplify cli-logging.c for analysisTom Tromey2013-05-301-4/+5
* remove erroneous return from setup_user_argsTom Tromey2013-05-301-5/+2
* some cleanup checker fixesTom Tromey2013-05-302-3/+10
* 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2013-04-241-0/+3
* PR gdb/7912:Tom Tromey2013-04-222-1/+5
* Implement a new command to show GDB build-time configuration parameters.Eli Zaretskii2013-04-121-0/+9
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-102-9/+74
* make -gdb-exit call disconnect_tracing too, and don't lose history if the tar...Pedro Alves2013-04-101-1/+1
* Subject: Fix range validation of integer commands with "unlimited".Pedro Alves2013-03-221-2/+12
* Whoops, wrong patch. Reverting.Pedro Alves2013-03-221-11/+2
* Subject: Fix range validation of integer commands with "unlimited".Pedro Alves2013-03-221-2/+11
* New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans2013-03-212-14/+11
* Fix PR gdb/15289 - "set remote hardware-watchpoint-limit" broken (zinteger co...Pedro Alves2013-03-201-8/+13
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-135-61/+64
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-123-18/+24