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