aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-16/+19
2017-07-17Clean up "completer_handle_brkchars" callback handlingPedro Alves1-2/+2
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-4/+7
2017-05-17Add alias command to cmd_list_elementYao Qi1-10/+19
2017-04-12Use scoped_restore in more placesTom Tromey1-7/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-02-08Command abbreviation in defineJerome Guitton1-1/+3
2017-02-08Command names: make them case sensitiveJerome Guitton1-27/+0
2017-01-11Fix typo in lookup_cmd_1 commentSimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-03Emit inferior, thread and frame selection events to all UIsAntoine Tremblay1-2/+30
2016-04-28Don't show deprecated commands in helpSimon Marchi1-1/+4
2016-04-04Obvious function doc and formattingSimon Marchi1-2/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-11gdb: Use class_info when creating info commands.Andrew Burgess1-1/+1
2015-09-04gdb/cli: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-04-11Remove --xdbJan Kratochvil1-8/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-55/+55
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-0/+7
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior1-0/+10
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-24constify command docsTom Tromey1-10/+10
2014-07-24constify command prefixTom Tromey1-10/+11
2014-07-24constify deprecate_cmdTom Tromey1-1/+1
2014-07-24constify help_cmdTom Tromey1-2/+1
2014-07-01use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey1-7/+6
2014-01-20convert flags to bitfieldsTom Tromey1-16/+20
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-01 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans1-6/+0
2013-04-242013-04-24 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-0/+3
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-3/+31
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-48/+46
2013-03-05gdb/Yao Qi1-1/+1
2013-02-14gdb/Yao Qi1-2/+0
2013-02-12Consistent use of (C) after "Copyright".Pedro Alves1-1/+1
2013-01-14 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey1-2/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-05 Avoid memory leaks on struct cmd_list_element.doc field.Pierre Muller1-0/+12
2012-11-20gdb: include help aliases in help command completionMike Frysinger1-2/+3
2012-09-17gdb/Yao Qi1-1/+21
2012-08-27gdb/Jan Kratochvil1-1/+4
2012-08-09gdb/Yao Qi1-1/+66
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey1-72/+22
2012-06-13 * breakpoint.c (add_catch_command): Use completer_ftype.Tom Tromey1-3/+1