aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
AgeCommit message (Expand)AuthorFilesLines
2015-04-11Remove --xdbJan Kratochvil2-14/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves2-9/+9
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves2-8/+8
2015-03-06New common function "startswith"Gary Benson2-15/+15
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves4-71/+71
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-1/+23
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker13-13/+13
2014-12-12the "compile" commandTom Tromey1-1/+30
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-5/+7
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson3-3/+0
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi4-5/+16
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2-0/+19
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