Remove path name from test case
[binutils-gdb.git] / gdb / auto-load.c
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-10-05 Simon Marchigdb: add program_space parameters to some auto-load...
2023-10-05 Simon Marchigdb: use objfile->pspace in auto-load.c
2023-07-14 Tom TromeyRevert "Simplify auto_load_expand_dir_vars and remove...
2023-05-05 Tom TromeySimplify auto_load_expand_dir_vars and remove substitut...
2023-05-03 Alan ModraChange signature of bfd crc functions
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28 Tom TromeyRewrite registry.h
2022-04-04 Simon Marchigdb: make timestamped_file implement can_emit_style_escape
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-10 Aaron Mereygdb/auto-load: Remove repeating "auto-load" from debug...
2022-03-09 Aaron Mereygdb: Try searching for auto-load script using .gnu_debu...
2022-02-28 Tom TromeyAdd more filename styling
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03 Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-05-17 Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17 Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-27 Michael Weghorngdb: do autoload before notifying Python side in new_ob...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-21 Simon Marchigdb: convert auto-load to new-style debug macros
2021-01-21 Simon Marchigdb: make some variables static
2021-01-13 Simon Marchigdb: bool-ify maybe_add_script_{text,file}
2021-01-13 Simon Marchigdb: bool-ify users of file_is_auto_load_safe
2021-01-13 Simon Marchigdb: bool-ify ext_lang_auto_load_enabled and friends
2021-01-13 Simon Marchigdb: bool-ify file_is_auto_load_safe
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Andrew Burgessgdb: use get_standard_config_dir when looking for ...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-05 Simon Marchigdb: avoid unnecessary string copy in auto_load_objfile...
2020-09-17 Tom TromeyUse htab_up in auto-load.c
2020-07-08 Hannes DomaniHandle Windows drives in auto-load script paths
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-01 Tom TromeyUse styled_string in more places
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-07-11 Tom TromeyRemove init_cli_cmds
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-08 Tom TromeyConvert auto-load.c to type-safe registry API
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-16 Philippe WaroquiersOBVIOUS: fix several occurrences of 'This options has...
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-04-10 Simon MarchiIterate by index in auto_load_safe_path_vec_update
2018-03-19 Tom TromeyConvert observers to C++
2018-03-17 Tom TromeyChange auto_load_objfile_script_1 to use std::string
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-09 Tom TromeyUse gdb::unique_xmalloc_ptr in auto_load_section_scripts
2018-02-09 Tom TromeyUse std::string in execute_script_contents
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-10-28 Simon MarchiGet rid of VEC(loaded_script_ptr)
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-03 Tom TromeyChange return type of find_and_open_script
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-03-29 Jan KratochvilFix warning: Invalid entry in .debug_gdb_scripts section
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-04-27 Gary BensonDo not manipulate "target:" filenames as local paths
2015-01-31 Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-30 Jan KratochvilAdd add-auto-load-scripts-directory.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-02-25 Jan KratochvilPR gdb/16626
2014-02-10 Doug EvansAdd Guile as an extension language.
2014-02-06 Doug EvansExtension Language API
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-05 Doug Evans * auto-load.c (load_auto_scripts_for_objfile): Add...
2013-11-30 Doug EvansMove .debug_gdb_script processing to auto-load.c.
2013-10-29 Yao QiSimplify REGISTRY cleanup usages
2013-10-09 Jan KratochvilNew flag OBJF_NOT_FILENAME
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-04-22 Tom Tromey PR gdb/7912:
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-09-17 Jan Kratochvilgdb/
next