summaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify auto_load_expand_dir_vars and remove substitute_path_componentTom Tromey2023-05-051-12/+21
* Change signature of bfd crc functionsAlan Modra2023-05-031-1/+1
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-2/+2
* Rewrite registry.hTom Tromey2022-07-281-2/+2
* gdb: make timestamped_file implement can_emit_style_escapeSimon Marchi2022-04-041-4/+5
* Unify gdb printf functionsTom Tromey2022-03-291-25/+25
* gdb/auto-load: Remove repeating "auto-load" from debug messageAaron Merey2022-03-101-2/+1
* gdb: Try searching for auto-load script using .gnu_debuglinkAaron Merey2022-03-081-12/+52
* Add more filename stylingTom Tromey2022-02-281-3/+6
* Move gdb_regex to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-11/+6
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-31/+17
* gdb: Introduce setting construct within cmd_list_elementLancelot SIX2021-10-031-1/+1
* gdb: add cmd_list_element::is_prefixSimon Marchi2021-05-171-1/+1
* gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi2021-05-171-1/+1
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-6/+3
* gdb: do autoload before notifying Python side in new_objfile eventMichael Weghorn2021-04-271-2/+7
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-2/+3
* gdb: convert auto-load to new-style debug macrosSimon Marchi2021-01-211-88/+58
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* gdb: bool-ify maybe_add_script_{text,file}Simon Marchi2021-01-131-22/+20
* gdb: bool-ify users of file_is_auto_load_safeSimon Marchi2021-01-131-9/+9
* gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi2021-01-131-2/+2
* gdb: bool-ify file_is_auto_load_safeSimon Marchi2021-01-131-13/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess2020-11-021-6/+21
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: avoid unnecessary string copy in auto_load_objfile_script_1Simon Marchi2020-10-051-4/+2
* Use htab_up in auto-load.cTom Tromey2020-09-171-25/+16
* Handle Windows drives in auto-load script pathsHannes Domani2020-07-081-0/+7
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-12/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use styled_string in more placesTom Tromey2019-10-011-14/+26
* bfd_section_* macrosAlan Modra2019-09-191-2/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-6/+6
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-1/+1
* Remove init_cli_cmdsTom Tromey2019-07-111-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Convert auto-load.c to type-safe registry APITom Tromey2019-05-081-38/+22
* Revert the header-sorting patchTom Tromey2019-04-061-21/+15
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-15/+21
* OBVIOUS: fix several occurrences of 'This options has' to 'This option has'Philippe Waroquiers2019-03-161-3/+3
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Iterate by index in auto_load_safe_path_vec_updateSimon Marchi2018-04-101-4/+3
* Convert observers to C++Tom Tromey2018-03-191-3/+3