aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-1/+1
* Use std::string in do_set_commandTom Tromey2023-06-201-15/+7
* gdb: add interp::on_param_changed methodSimon Marchi2023-05-301-6/+7
* gdb: make deprecated_show_value_hack staticAndrew Burgess2023-04-281-1/+1
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-191-130/+117
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki2022-06-291-5/+5
* Unify gdb printf functionsTom Tromey2022-03-291-2/+2
* gdb: add string_file::release methodSimon Marchi2022-01-261-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Introduce make_unique_xstrndupTom Tromey2021-11-051-4/+3
* gdb: remove command_class enum class_deprecatedSimon Marchi2021-11-041-5/+1
* gdb: Setting setter return a bool to tell if the value changedLancelot SIX2021-10-031-70/+13
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-37/+22
* gdb: Introduce setting construct within cmd_list_elementLancelot SIX2021-10-031-62/+106
* gdb: use bool in notify_command_param_changed_p and do_set_commandSimon Marchi2021-08-191-16/+16
* gdb: remove cmd_list_element::function::sfuncSimon Marchi2021-07-231-2/+3
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-1/+1
* gdb: Add an overloaded ui_out::text accepting a const std::string &Marco Barisione2021-05-191-1/+1
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-2/+2
* gdb: add cmd_list_element::is_aliasSimon Marchi2021-05-171-2/+2
* gdb: rename cmd_list_element::cmd_pointer to targetSimon Marchi2021-05-171-2/+2
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-5/+5
* gdb: remove cmd_list_element::pre_show_hookSimon Marchi2021-05-131-4/+0
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-8/+10
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers2020-05-151-16/+22
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Implement convenience functions to examine GDB settings.Philippe Waroquiers2019-10-311-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+3
* 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