aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add a "context" argument to add_setshow_enum_cmdTom Tromey1-3/+7
2018-09-28gdb: Change how frames are selected for 'frame' and 'info frame'.Andrew Burgess1-6/+38
2018-07-30Remove old lint codeTom Tromey1-1/+0
2018-05-04Allocate cmd_list_element with newTom Tromey1-32/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13Factor out final completion match string buildingPedro Alves1-38/+3
2017-12-05Remove some unused variablesSimon Marchi1-2/+2
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-2/+2
2017-11-07Constify execute_commandTom Tromey1-3/+3
2017-11-07Constify add_setshow_*Tom Tromey1-16/+15
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-34/+2
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+2
2017-11-07Make set_cmd_cfunc privateTom Tromey1-2/+2
2017-11-07Constify add_com_suppress_notificationTom Tromey1-1/+1
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify not_just_help_class_commandTom Tromey1-1/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-11/+62
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