aboutsummaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-16OBVIOUS: fix several occurrences of 'This options has' to 'This option has'Philippe Waroquiers1-3/+3
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-04-10Iterate by index in auto_load_safe_path_vec_updateSimon Marchi1-4/+3
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-03-17Change auto_load_objfile_script_1 to use std::stringTom Tromey1-18/+8
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-44/+37
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-09Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey1-4/+2
2018-02-09Use std::string in execute_script_contentsTom Tromey1-12/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1