summaryrefslogtreecommitdiff
path: root/gdb/auto-load.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-9/+9
* Use ui_out_emit_tupleTom Tromey2017-04-221-13/+3
* Fix warning: Invalid entry in .debug_gdb_scripts sectionJan Kratochvil2017-03-291-1/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-15/+14
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-2/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-8/+11
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+10
* Do not manipulate "target:" filenames as local pathsGary Benson2015-04-271-2/+5
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-165/+352
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add add-auto-load-scripts-directory.Jan Kratochvil2014-11-301-0/+25
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* PR gdb/16626Jan Kratochvil2014-02-251-3/+3
* Add Guile as an extension language.Doug Evans2014-02-091-11/+29
* Extension Language APIDoug Evans2014-02-051-88/+122
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * auto-load.c (load_auto_scripts_for_objfile): Add some comments.Doug Evans2013-12-041-0/+5
* Move .debug_gdb_script processing to auto-load.c.Doug Evans2013-11-291-25/+204
* Simplify REGISTRY cleanup usagesYao Qi2013-10-291-8/+4
* New flag OBJF_NOT_FILENAMEJan Kratochvil2013-10-091-1/+1
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+2
* PR gdb/7912:Tom Tromey2013-04-221-2/+3
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Jan Kratochvil2012-09-171-8/+55
* gdb/Jan Kratochvil2012-08-271-9/+45
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-221-1/+2
* gdb/Yao Qi2012-08-091-1/+1
* gdb/Jan Kratochvil2012-07-261-2/+0
* gdb/Jan Kratochvil2012-07-021-23/+84
* gdb/Jan Kratochvil2012-05-201-51/+31
* gdb/Jan Kratochvil2012-05-181-4/+4