Age | Commit message (Expand) | Author | Files | Lines |
2021-05-20 | cli-script: use unique_ptr to not leak next struct | Alexandra Hájková | 2 | -36/+39 |
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_command_class_help | Simon Marchi | 2 | -17/+14 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 5 | -22/+28 |
2021-05-17 | gdb: add cmd_list_element::is_alias | Simon Marchi | 3 | -11/+15 |
2021-05-17 | gdb: rename cmd_list_element::cmd_pointer to target | Simon Marchi | 3 | -43/+40 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 5 | -70/+69 |
2021-05-17 | gdb: don't handle old == nullptr in add_alias_cmd | Simon Marchi | 1 | -12/+1 |
2021-05-17 | gdb: move cmd_list_element::prefixname to cli/cli-decode.c | Simon Marchi | 2 | -14/+19 |
2021-05-13 | gdb: remove cmd_list_element::pre_show_hook | Simon Marchi | 2 | -8/+0 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 9 | -73/+75 |
2021-05-11 | gdb: fix indentation of cmd_list_element | Simon Marchi | 1 | -193/+193 |
2021-05-07 | gdb/guile: perform tilde expansion when sourcing guile scripts | Andrew Burgess | 1 | -2/+11 |
2021-05-07 | gdb: add lookup_cmd_exact to simplify a common pattern | Marco Barisione | 2 | -17/+21 |
2021-04-26 | gdb: check result of gdb_fopen_cloexec in dump_binary_file | Simon Marchi | 1 | -0/+3 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -9/+11 |
2021-01-27 | Avoid use after free with logging and debug redirect. | Lancelot SIX | 1 | -0/+8 |
2021-01-22 | gdb: add new version style | Andrew Burgess | 2 | -3/+20 |
2021-01-22 | gdb: move set remote commands to remote.c | Simon Marchi | 1 | -36/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 18 | -18/+18 |
2020-12-15 | gdb: multi-line support for "document" command | Rae Kim | 2 | -7/+43 |
2020-12-15 | Highlight deprecated commands using title style | Tom Tromey | 1 | -7/+16 |
2020-12-13 | gdb: introduce new 'maint flush ' prefix command | Andrew Burgess | 2 | -0/+8 |
2020-12-11 | gdb: improve the warning given for deprecated aliases with a prefix | Andrew Burgess | 1 | -41/+43 |
2020-12-11 | gdb: make deprecated_cmd_warning i18n friendly | Andrew Burgess | 1 | -40/+39 |
2020-12-11 | gdb: give deprecated command warning for aliases with a prefix | Andrew Burgess | 1 | -13/+41 |
2020-12-11 | gdb: don't warn about deprecated aliases during tab completion | Andrew Burgess | 1 | -43/+5 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 5 | -56/+56 |
2020-10-20 | Fix help string of alias command | Andreas Schwab | 1 | -2/+2 |
2020-10-08 | Style more output of "disassemble" command | Tom Tromey | 1 | -8/+14 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-26 | gdb: Fix from_tty argument to gdb.execute in Python. | Gareth Rees | 1 | -4/+5 |
2020-09-19 | Use gdb_bfd_sections in restore_command | Tom Tromey | 1 | -49/+45 |
2020-07-28 | Demangle function names when disassembling | Andrew Burgess | 1 | -1/+8 |
2020-07-28 | Update "disassemble" help | Tom Tromey | 1 | -5/+5 |
2020-06-28 | Remove "cmd_type" function | Tom Tromey | 3 | -18/+7 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 4 | -74/+299 |
2020-05-27 | Move exit_status_set_internal_vars out of GLOBAL_CURDIR | Hannes Domani | 1 | -1/+1 |
2020-05-26 | Ensure class_tui is listed in the output of "help" giving the list of classes. | Philippe Waroquiers | 1 | -0/+6 |
2020-05-24 | Revert "Add completion styling" | Tom Tromey | 2 | -51/+0 |
2020-05-23 | Add completion styling | Tom Tromey | 2 | -0/+51 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-05-15 | Ensure class_alias is only used for user-defined aliases. | Philippe Waroquiers | 1 | -1/+4 |
2020-05-15 | Fix/improve 'apropos' output | Philippe Waroquiers | 1 | -8/+29 |
2020-05-15 | Fix/improve 'help CLASS' output | Philippe Waroquiers | 3 | -32/+101 |
2020-05-15 | Fix inconsistent output of prefix and bugs in 'show' command | Philippe Waroquiers | 3 | -19/+24 |
2020-05-15 | Fix the problems reported by prefix check of command-def-selftests.c | Philippe Waroquiers | 1 | -34/+46 |
2020-05-15 | Fix problem that alias can be defined or not depending on the order. | Philippe Waroquiers | 2 | -9/+31 |
2020-05-15 | Fix the only incorrect case found by command_structure_invariants selftest. | Philippe Waroquiers | 1 | -4/+3 |