Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-07-11 | Remove init_cli_cmds | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-05-08 | Convert auto-load.c to type-safe registry API | Tom Tromey | 1 | -38/+22 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -21/+15 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -15/+21 |
2019-03-16 | OBVIOUS: fix several occurrences of 'This options has' to 'This option has' | Philippe Waroquiers | 1 | -3/+3 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-04-10 | Iterate by index in auto_load_safe_path_vec_update | Simon Marchi | 1 | -4/+3 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-03-17 | Change auto_load_objfile_script_1 to use std::string | Tom Tromey | 1 | -18/+8 |
2018-03-02 | Make delim_string_to_char_ptr_vec return an std::vector | Simon Marchi | 1 | -44/+37 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -0/+1 |
2018-02-09 | Use gdb::unique_xmalloc_ptr in auto_load_section_scripts | Tom Tromey | 1 | -4/+2 |
2018-02-09 | Use std::string in execute_script_contents | Tom Tromey | 1 | -12/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |