Age | Commit message (Expand) | Author | Files | Lines |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -19/+14 |
2021-07-23 | gdb: remove cmd_list_element::function::sfunc | Simon Marchi | 1 | -2/+1 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -3/+3 |
2021-05-17 | gdb: add cmd_list_element::is_prefix | Simon Marchi | 1 | -1/+1 |
2021-05-17 | gdb: rename cmd_list_element::prefixlist to subcommands | Simon Marchi | 1 | -2/+2 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -3/+3 |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-30 | Allow . character as part of command names. | Philippe Waroquiers | 1 | -4/+1 |
2019-04-25 | Avoid undefined behavior in Guile exception handling | Tom Tromey | 1 | -1/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-22 | Call some functions in guile/ for effect | Tom Tromey | 1 | -3/+3 |
2018-07-17 | Return unique_xmalloc_ptr from gdbscm_scm_to_string | Tom Tromey | 1 | -2/+2 |
2018-07-17 | Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptr | Tom Tromey | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+2 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -2/+1 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -1/+1 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -24/+14 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | Add scm_t_dynwind_flags casts | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -3/+4 |
2015-09-07 | guile: Add as_a_scm_t_subr | Pedro Alves | 1 | -5/+5 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -1/+1 |
2015-03-11 | Fix memory corruption in Guile command interface | Andy Wingo | 1 | -5/+0 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-08 | Replace use of magic number with named constant. | Doug Evans | 1 | -1/+1 |
2014-07-24 | constify command docs | Tom Tromey | 1 | -1/+1 |
2014-07-24 | constify command prefix | Tom Tromey | 1 | -1/+1 |
2014-06-03 | Add parameter support for Guile. | Doug Evans | 1 | -3/+3 |
2014-06-03 | Add command support for Guile. | Doug Evans | 1 | -0/+893 |