aboutsummaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-21/+8
2023-10-05gdb: add program_space parameters to some auto-load functionsSimon Marchi1-11/+8
2023-10-05gdb: use objfile->pspace in auto-load.cSimon Marchi1-6/+4
2023-07-14Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component"Tom Tromey1-21/+12
2023-05-05Simplify auto_load_expand_dir_vars and remove substitute_path_componentTom Tromey1-12/+21
2023-05-03Change signature of bfd crc functionsAlan Modra1-1/+1
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-2/+2
2022-07-28Rewrite registry.hTom Tromey1-2/+2
2022-04-04gdb: make timestamped_file implement can_emit_style_escapeSimon Marchi1-4/+5
2022-03-29Unify gdb printf functionsTom Tromey1-25/+25
2022-03-10gdb/auto-load: Remove repeating "auto-load" from debug messageAaron Merey1-2/+1
2022-03-08gdb: Try searching for auto-load script using .gnu_debuglinkAaron Merey1-12/+52
2022-02-28Add more filename stylingTom Tromey1-3/+6
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-11/+6
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-31/+17
2021-10-03gdb: Introduce setting construct within cmd_list_elementLancelot SIX1-1/+1
2021-05-17gdb: add cmd_list_element::is_prefixSimon Marchi1-1/+1
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+3
2021-04-27gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn1-2/+7
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+3
2021-01-21gdb: convert auto-load to new-style debug macrosSimon Marchi1-88/+58
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-13gdb: bool-ify maybe_add_script_{text,file}Simon Marchi1-22/+20
2021-01-13gdb: bool-ify users of file_is_auto_load_safeSimon Marchi1-9/+9
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi1-2/+2
2021-01-13gdb: bool-ify file_is_auto_load_safeSimon Marchi1-13/+7
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess1-6/+21
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-05gdb: avoid unnecessary string copy in auto_load_objfile_script_1Simon Marchi1-4/+2
2020-09-17Use htab_up in auto-load.cTom Tromey1-25/+16
2020-07-08Handle Windows drives in auto-load script pathsHannes Domani1-0/+7
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-12/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Use styled_string in more placesTom Tromey1-14/+26
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-6/+6
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-1/+1
2019-07-11Remove init_cli_cmdsTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-05-08Convert auto-load.c to type-safe registry APITom Tromey1-38/+22
2019-04-06Revert the header-sorting patchTom Tromey1-21/+15
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-15/+21