aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-setshow.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-06-20Use std::string in do_set_commandTom Tromey1-15/+7
2023-05-30gdb: add interp::on_param_changed methodSimon Marchi1-6/+7
2023-04-28gdb: make deprecated_show_value_hack staticAndrew Burgess1-1/+1
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-130/+117
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-06-29GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki1-5/+5
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-01-26gdb: add string_file::release methodSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-05Introduce make_unique_xstrndupTom Tromey1-4/+3
2021-11-04gdb: remove command_class enum class_deprecatedSimon Marchi1-5/+1
2021-10-03gdb: Setting setter return a bool to tell if the value changedLancelot SIX1-70/+13
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-37/+22
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-62/+106
2021-08-19gdb: use bool in notify_command_param_changed_p and do_set_commandSimon Marchi1-16/+16
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