Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+3 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -3/+3 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-10-27 | Get rid of VEC(loaded_script_ptr) | Simon Marchi | 1 | -33/+22 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -42/+27 |
2017-08-03 | Change return type of find_and_open_script | Tom Tromey | 1 | -19/+13 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -5/+2 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -9/+9 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -13/+3 |
2017-03-29 | Fix warning: Invalid entry in .debug_gdb_scripts section | Jan Kratochvil | 1 | -1/+2 |