Age | Commit message (Expand) | Author | Files | Lines |
2022-06-29 | GDB: Remove extraneous full stops from `set' command error messages | Maciej W. Rozycki | 1 | -5/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -2/+2 |
2022-01-26 | gdb: add string_file::release method | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-05 | Introduce make_unique_xstrndup | Tom Tromey | 1 | -4/+3 |
2021-11-04 | gdb: remove command_class enum class_deprecated | Simon Marchi | 1 | -5/+1 |
2021-10-03 | gdb: Setting setter return a bool to tell if the value changed | Lancelot SIX | 1 | -70/+13 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -37/+22 |
2021-10-03 | gdb: Introduce setting construct within cmd_list_element | Lancelot SIX | 1 | -62/+106 |
2021-08-19 | gdb: use bool in notify_command_param_changed_p and do_set_command | Simon Marchi | 1 | -16/+16 |
2021-07-23 | gdb: remove cmd_list_element::function::sfunc | Simon Marchi | 1 | -2/+3 |
2021-05-19 | gdb: Pass std::strings to ui_out::field_string () where convenient | Marco Barisione | 1 | -1/+1 |
2021-05-19 | gdb: Add an overloaded ui_out::text accepting a const std::string & | Marco Barisione | 1 | -1/+1 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: add cmd_list_element::is_alias | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: rename cmd_list_element::cmd_pointer to target | Simon Marchi | 1 | -2/+2 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -5/+5 |
2021-05-13 | gdb: remove cmd_list_element::pre_show_hook | Simon Marchi | 1 | -4/+0 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -8/+10 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-05-15 | Fix inconsistent output of prefix and bugs in 'show' command | Philippe Waroquiers | 1 | -16/+22 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-31 | Implement convenience functions to examine GDB settings. | Philippe Waroquiers | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -4/+4 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -2/+3 |
2019-07-03 | Introduce the "with" command | Pedro Alves | 1 | -35/+39 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -1/+1 |
2019-06-13 | Fix "set integer-command unlimited junk" | Pedro Alves | 1 | -4/+19 |
2019-06-13 | Introduce generic command options framework | Pedro Alves | 1 | -117/+163 |
2019-06-13 | boolean/auto-boolean commands, make "o" ambiguous | Pedro Alves | 1 | -5/+10 |
2019-06-13 | Fix "set enum-command value junk" | Pedro Alves | 1 | -0/+4 |
2019-06-13 | Allow "unlimited" abbreviations | Pedro Alves | 1 | -4/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -6/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-03 | Use std::string in do_set_command | Tom Tromey | 1 | -12/+4 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -12/+3 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -21/+15 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -7/+7 |
2016-11-08 | Use ui_file_as_string in gdb/cli/cli-setshow.c | Pedro Alves | 1 | -4/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-24 | cli-setshow.c: Constify variable | Simon Marchi | 1 | -1/+1 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-21 | Add two missing consts | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -10/+10 |