summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal2013-04-241-0/+3
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-3/+31
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-48/+46
* gdb/Yao Qi2013-03-051-1/+1
* gdb/Yao Qi2013-02-141-2/+0
* Consistent use of (C) after "Copyright".Pedro Alves2013-02-121-1/+1
* * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey2013-01-141-2/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Avoid memory leaks on struct cmd_list_element.doc field.Pierre Muller2012-12-051-0/+12
* gdb: include help aliases in help command completionMike Frysinger2012-11-201-2/+3
* gdb/Yao Qi2012-09-171-1/+21
* gdb/Jan Kratochvil2012-08-271-1/+4
* gdb/Yao Qi2012-08-091-1/+66
* * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey2012-06-131-72/+22
* * breakpoint.c (add_catch_command): Use completer_ftype.Tom Tromey2012-06-131-3/+1
* * cli/cli-decode.c (print_doc_line): Use stream instead ofDoug Evans2012-04-251-1/+1
* back out previous changeDoug Evans2012-04-251-1/+1
* * cli/cli-decode.c (print_doc_line): Use stream instead ofDoug Evans2012-04-251-1/+1