summaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change auto_load_objfile_script_1 to use std::stringTom Tromey2018-03-171-18/+8
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-44/+37
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey2018-02-091-4/+2
* Use std::string in execute_script_contentsTom Tromey2018-02-091-12/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_setshow_*Tom Tromey2017-11-071-2/+3
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-3/+3
* Constify add_infoTom Tromey2017-11-071-2/+2
* Get rid of VEC(loaded_script_ptr)Simon Marchi2017-10-271-33/+22
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-42/+27
* Change return type of find_and_open_scriptTom Tromey2017-08-031-19/+13
* Introduce and use gdb_file_upTom Tromey2017-08-031-5/+2