aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-setshow.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23gdb: remove cmd_list_element::function::sfuncSimon Marchi1-2/+3
2021-05-19gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione1-1/+1
2021-05-19gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione1-1/+1
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-2/+2
2021-05-17gdb: add cmd_list_element::is_aliasSimon Marchi1-2/+2
2021-05-17gdb: rename cmd_list_element::cmd_pointer to targetSimon Marchi1-2/+2
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-5/+5
2021-05-13gdb: remove cmd_list_element::pre_show_hookSimon Marchi1-4/+0
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-8/+10
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-05-15Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers1-16/+22
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