aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-setshow.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+3
2019-07-03Introduce the "with" commandPedro Alves1-35/+39
2019-06-16Remove unnecessary casts of NULLTom Tromey1-1/+1
2019-06-13Fix "set integer-command unlimited junk"Pedro Alves1-4/+19
2019-06-13Introduce generic command options frameworkPedro Alves1-117/+163
2019-06-13boolean/auto-boolean commands, make "o" ambiguousPedro Alves1-5/+10
2019-06-13Fix "set enum-command value junk"Pedro Alves1-0/+4
2019-06-13Allow "unlimited" abbreviationsPedro Alves1-4/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-6/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-03Use std::string in do_set_commandTom Tromey1-12/+4
2017-04-22Use ui_out_emit_tupleTom Tromey1-12/+3
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-21/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-7/+7
2016-11-08Use ui_file_as_string in gdb/cli/cli-setshow.cPedro Alves1-4/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-24cli-setshow.c: Constify variableSimon Marchi1-1/+1
2015-10-13More char constificationPedro Alves1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-21Add two missing constsSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-10/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-24constify command prefixTom Tromey1-1/+1
2014-06-26constify do_set_command and do_show_commandTom Tromey1-5/+7
2014-06-18constify parse_cli_boolean_valueTom Tromey1-1/+1
2014-01-13remove deprecated_set_hookTom Tromey1-2/+0
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-02Constification of parse_linespec and fallout:Keith Seitz1-1/+1
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-6/+43
2013-03-22Subject: Fix range validation of integer commands with "unlimited".Pedro Alves1-2/+12
2013-03-22Whoops, wrong patch. Reverting.Pedro Alves1-11/+2
2013-03-22Subject: Fix range validation of integer commands with "unlimited".Pedro Alves1-2/+11
2013-03-21 New commands "mt set per-command {space,time,symtab} {on,off}".Doug Evans1-11/+8
2013-03-20Fix PR gdb/15289 - "set remote hardware-watchpoint-limit" broken (zinteger co...Pedro Alves1-8/+13
2013-02-12Consistent use of (C) after "Copyright".Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-09-17gdb/Yao Qi1-1/+29
2012-08-09gdb/Yao Qi1-210/+405
2012-07-24gdb/Yao Qi1-12/+4
2012-07-20gdb/Yao Qi1-6/+3
2012-07-19 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'Yao Qi1-15/+15