summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Factor out final completion match string buildingPedro Alves2017-12-131-38/+3
* Remove some unused variablesSimon Marchi2017-12-051-2/+2
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-221-2/+2
* Constify execute_commandTom Tromey2017-11-071-3/+3
* Constify add_setshow_*Tom Tromey2017-11-071-16/+15
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-34/+2
* Constify add_infoTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-1/+2
* Make set_cmd_cfunc privateTom Tromey2017-11-071-2/+2
* Constify add_com_suppress_notificationTom Tromey2017-11-071-1/+1
* Constify add_abbrev_prefix_cmdTom Tromey2017-11-071-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Constify not_just_help_class_commandTom Tromey2017-09-271-1/+1
* Add add_cmd function overloadsTom Tromey2017-09-271-11/+62
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-16/+19
* Clean up "completer_handle_brkchars" callback handlingPedro Alves2017-07-171-2/+2
* Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves2017-07-171-1/+1
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-4/+7
* Add alias command to cmd_list_elementYao Qi2017-05-171-10/+19
* Use scoped_restore in more placesTom Tromey2017-04-121-7/+3
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+2
* Command abbreviation in defineJerome Guitton2017-02-081-1/+3
* Command names: make them case sensitiveJerome Guitton2017-02-081-27/+0
* Fix typo in lookup_cmd_1 commentSimon Marchi2017-01-111-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-2/+30
* Don't show deprecated commands in helpSimon Marchi2016-04-281-1/+4
* Obvious function doc and formattingSimon Marchi2016-04-041-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Use class_info when creating info commands.Andrew Burgess2015-11-111-1/+1
* gdb/cli: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Remove --xdbJan Kratochvil2015-04-111-8/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-55/+55
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi2014-09-071-0/+7
* PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2014-09-031-0/+10
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify command docsTom Tromey2014-07-241-10/+10
* constify command prefixTom Tromey2014-07-241-10/+11
* constify deprecate_cmdTom Tromey2014-07-241-1/+1
* constify help_cmdTom Tromey2014-07-241-2/+1
* use cmd_sfunc_ftype and cmd_cfunc_ftype moreTom Tromey2014-07-011-7/+6
* convert flags to bitfieldsTom Tromey2014-01-201-16/+20
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans2013-10-011-6/+0