summaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
AgeCommit message (Expand)Author
2018-04-10Iterate by index in auto_load_safe_path_vec_updateSimon Marchi
2018-03-19Convert observers to C++Tom Tromey
2018-03-17Change auto_load_objfile_script_1 to use std::stringTom Tromey
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior
2018-02-09Use gdb::unique_xmalloc_ptr in auto_load_section_scriptsTom Tromey
2018-02-09Use std::string in execute_script_contentsTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-10-27Get rid of VEC(loaded_script_ptr)Simon Marchi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-03Change return type of find_and_open_scriptTom Tromey
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-03-29Fix warning: Invalid entry in .debug_gdb_scripts sectionJan Kratochvil
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-04-27Do not manipulate "target:" filenames as local pathsGary Benson
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-30Add add-auto-load-scripts-directory.Jan Kratochvil
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-02-25PR gdb/16626Jan Kratochvil
2014-02-09Add Guile as an extension language.Doug Evans
2014-02-05Extension Language APIDoug Evans
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-04 * auto-load.c (load_auto_scripts_for_objfile): Add some comments.Doug Evans
2013-11-29Move .debug_gdb_script processing to auto-load.c.Doug Evans
2013-10-29Simplify REGISTRY cleanup usagesYao Qi
2013-10-09New flag OBJF_NOT_FILENAMEJan Kratochvil
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-04-22 PR gdb/7912:Tom Tromey
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-09-17gdb/Jan Kratochvil
2012-08-27gdb/Jan Kratochvil
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey