aboutsummaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_setshow_*Tom Tromey1-2/+3
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-3/+3
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-10-27Get rid of VEC(loaded_script_ptr)Simon Marchi1-33/+22
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-42/+27
2017-08-03Change return type of find_and_open_scriptTom Tromey1-19/+13
2017-08-03Introduce and use gdb_file_upTom Tromey1-5/+2
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-9/+9
2017-04-22Use ui_out_emit_tupleTom Tromey1-13/+3
2017-03-29Fix warning: Invalid entry in .debug_gdb_scripts sectionJan Kratochvil1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-15/+14
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-2/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-8/+11
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+10
2015-04-27Do not manipulate "target:" filenames as local pathsGary Benson1-2/+5
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-165/+352
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-30Add add-auto-load-scripts-directory.Jan Kratochvil1-0/+25
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-02-25PR gdb/16626Jan Kratochvil1-3/+3
2014-02-09Add Guile as an extension language.Doug Evans1-11/+29
2014-02-05Extension Language APIDoug Evans1-88/+122