summaryrefslogtreecommitdiff
path: root/gdb/cli
Commit message (Expand)AuthorAgeFilesLines
* Add max-completions parameter, and implement tab-completion limiting.Gary Benson2015-01-311-1/+23
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0113-13/+13
* the "compile" commandTom Tromey2014-12-121-1/+30
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-5/+7
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-2/+2
* Remove spurious exceptions.h inclusionsGary Benson2014-10-083-3/+0
* Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi2014-09-074-5/+16
* PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2014-09-032-0/+19
* Include string.h in common-defs.hGary Benson2014-08-078-9/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-075-5/+0
* constify some cli-utils stuffTom Tromey2014-07-302-14/+31
* constify command docsTom Tromey2014-07-243-17/+20
* constify command prefixTom Tromey2014-07-245-16/+17
* constify deprecate_cmdTom Tromey2014-07-242-2/+2
* constify help_cmdTom Tromey2014-07-242-3/+2
* constify cli-dump.cTom Tromey2014-07-241-17/+18
* Assign 'targerr' instead of 'targ' to gdb_stdtargerr.Marc Khouzam2014-07-031-1/+1
* use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey2014-07-011-7/+6
* 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