aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-auto-load.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-02-05Extension Language APIDoug Evans1-38/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Move .debug_gdb_script processing to auto-load.c.Doug Evans1-176/+21
2013-11-29 * python/py-auto-load.c (source_section_scripts): Move comment toDoug Evans1-8/+8
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-3/+3
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-1/+3
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-08 PR gdb/14704:Tom Tromey1-12/+11
2012-09-17gdb/Jan Kratochvil1-4/+0
2012-04-17gdb/Jan Kratochvil1-2/+10
2012-04-17gdb/Jan Kratochvil1-3/+11
2012-04-17gdb/Jan Kratochvil1-44/+109
2012-04-17gdb/Jan Kratochvil1-432/+5
2012-03-19gdb/Jan Kratochvil1-3/+12
2012-01-26gdb/Jan Kratochvil1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-20 * python/py-auto-load.c (info_auto_load_scripts): Pass address ofDoug Evans1-3/+4
2011-12-10 * python/py-auto-load.c (source_section_scripts): Call xfreeDoug Evans1-1/+1
2011-10-27 * cli/cli-cmds.c (source_script_with_search): Pass full path toDoug Evans1-2/+2
2011-09-19 * python/py-auto-load.c (source_section_scripts): Fix fileDoug Evans1-8/+8
2011-08-042011-08-04 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+2
2011-05-16 * python/py-auto-load.c (source_section_scripts): Mention objfileDoug Evans1-2/+3
2011-05-15 * python/py-autoload.c (print_script): Print "Missing" instead ofDoug Evans1-2/+2
2011-05-13 * NEWS: Mention "info auto-load-scripts".Doug Evans1-71/+200
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-15 Rename "maint set python auto-load" to "set auto-load-scripts".Doug Evans1-13/+19
2010-09-22gdb/Jan Kratochvil1-2/+0
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+4
2010-04-27ARI warning fix.Joel Brobecker1-1/+1
2010-04-23 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not usingDoug Evans1-3/+37
2010-04-23 Add support for auto-loading scripts from .debug_gdb_scripts section.Doug Evans1-0/+459