summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-setshow.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce the "with" commandPedro Alves2019-07-031-35/+39
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Fix "set integer-command unlimited junk"Pedro Alves2019-06-131-4/+19
* Introduce generic command options frameworkPedro Alves2019-06-131-117/+163
* boolean/auto-boolean commands, make "o" ambiguousPedro Alves2019-06-131-5/+10
* Fix "set enum-command value junk"Pedro Alves2019-06-131-0/+4
* Allow "unlimited" abbreviationsPedro Alves2019-06-131-4/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Convert observers to C++Tom Tromey2018-03-191-6/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Use std::string in do_set_commandTom Tromey2017-09-031-12/+4
* Use ui_out_emit_tupleTom Tromey2017-04-221-12/+3
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-21/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-7/+7
* Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves2016-11-081-4/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* cli-setshow.c: Constify variableSimon Marchi2015-10-241-1/+1
* More char constificationPedro Alves2015-10-131-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Add two missing constsSimon Marchi2015-09-211-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-10/+10
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify command prefixTom Tromey2014-07-241-1/+1
* constify do_set_command and do_show_commandTom Tromey2014-06-261-5/+7
* constify parse_cli_boolean_valueTom Tromey2014-06-181-1/+1
* remove deprecated_set_hookTom Tromey2014-01-131-2/+0
* 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
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-1/+1
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-6/+43
* Subject: Fix range validation of integer commands with "unlimited".Pedro Alves2013-03-221-2/+12
* Whoops, wrong patch. Reverting.Pedro Alves2013-03-221-11/+2
* Subject: Fix range validation of integer commands with "unlimited".Pedro Alves2013-03-221-2/+11
* New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans2013-03-211-11/+8
* Fix PR gdb/15289 - "set remote hardware-watchpoint-limit" broken (zinteger co...Pedro Alves2013-03-201-8/+13
* Consistent use of (C) after "Copyright".Pedro Alves2013-02-121-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Yao Qi2012-09-171-1/+29
* gdb/Yao Qi2012-08-091-210/+405
* gdb/Yao Qi2012-07-241-12/+4
* gdb/Yao Qi2012-07-201-6/+3
* * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'Yao Qi2012-07-191-15/+15
* 2012-03-27 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-271-14/+14
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* 2011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-08-041-0/+3
* http://sourceware.org/ml/gdb-patches/2011-07/msg00085.htmlAndrew Burgess2011-07-071-12/+9