Age | Commit message (Expand) | Author | Files | Lines |
2024-09-07 | gdb: deprecated filename_completer and associated functions | Andrew Burgess | 1 | -2/+2 |
2024-07-15 | gdb: make objfile::pspace private | Simon Marchi | 1 | -2/+2 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+0 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-10-05 | gdb: add all_objfiles_removed observer | Simon Marchi | 1 | -21/+8 |
2023-10-05 | gdb: add program_space parameters to some auto-load functions | Simon Marchi | 1 | -11/+8 |
2023-10-05 | gdb: use objfile->pspace in auto-load.c | Simon Marchi | 1 | -6/+4 |
2023-07-14 | Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component" | Tom Tromey | 1 | -21/+12 |
2023-05-05 | Simplify auto_load_expand_dir_vars and remove substitute_path_component | Tom Tromey | 1 | -12/+21 |
2023-05-03 | Change signature of bfd crc functions | Alan Modra | 1 | -1/+1 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -2/+2 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -2/+2 |
2022-04-04 | gdb: make timestamped_file implement can_emit_style_escape | Simon Marchi | 1 | -4/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -25/+25 |
2022-03-10 | gdb/auto-load: Remove repeating "auto-load" from debug message | Aaron Merey | 1 | -2/+1 |
2022-03-08 | gdb: Try searching for auto-load script using .gnu_debuglink | Aaron Merey | 1 | -12/+52 |
2022-02-28 | Add more filename styling | Tom Tromey | 1 | -3/+6 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
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 | -11/+6 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -31/+17 |
2021-10-03 | gdb: Introduce setting construct within cmd_list_element | Lancelot SIX | 1 | -1/+1 |
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 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -6/+3 |
2021-04-27 | gdb: do autoload before notifying Python side in new_objfile event | Michael Weghorn | 1 | -2/+7 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -2/+3 |
2021-01-21 | gdb: convert auto-load to new-style debug macros | Simon Marchi | 1 | -88/+58 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-13 | gdb: bool-ify maybe_add_script_{text,file} | Simon Marchi | 1 | -22/+20 |
2021-01-13 | gdb: bool-ify users of file_is_auto_load_safe | Simon Marchi | 1 | -9/+9 |
2021-01-13 | gdb: bool-ify ext_lang_auto_load_enabled and friends | Simon Marchi | 1 | -2/+2 |
2021-01-13 | gdb: bool-ify file_is_auto_load_safe | Simon Marchi | 1 | -13/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb: use get_standard_config_dir when looking for .gdbinit | Andrew Burgess | 1 | -6/+21 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1/+1 |
2020-10-05 | gdb: avoid unnecessary string copy in auto_load_objfile_script_1 | Simon Marchi | 1 | -4/+2 |
2020-09-17 | Use htab_up in auto-load.c | Tom Tromey | 1 | -25/+16 |
2020-07-08 | Handle Windows drives in auto-load script paths | Hannes Domani | 1 | -0/+7 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -12/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-01 | Use styled_string in more places | Tom Tromey | 1 | -14/+26 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -6/+6 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -1/+1 |