Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-24 | constify command prefix | Tom Tromey | 1 | -1/+1 |
2014-06-26 | constify do_set_command and do_show_command | Tom Tromey | 1 | -5/+7 |
2014-06-18 | constify parse_cli_boolean_value | Tom Tromey | 1 | -1/+1 |
2014-01-13 | remove deprecated_set_hook | Tom Tromey | 1 | -2/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -1/+1 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -6/+43 |
2013-03-22 | Subject: Fix range validation of integer commands with "unlimited". | Pedro Alves | 1 | -2/+12 |