aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-17Initialize py_type_printers in ext_lang_type_printersTom Tromey1-1/+1
2018-03-27C++-ify typedef hashTom Tromey1-4/+5
2018-03-26Remove EXT_LANG_BT_COMPLETEDTom Tromey1-5/+1
2018-03-26Allow hiding of some filtered framesTom Tromey1-0/+3
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-7/+10
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-0/+3
2018-01-07Remove xmethod_worker::cloneSimon Marchi1-7/+0
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-31/+77
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-2/+2
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-29PR python/18285Doug Evans1-0/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-0/+9
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-0/+39
2014-02-09Add Guile as an extension language.Doug Evans1-1/+2
2014-02-05fix copyright year in new files in previous checkinDoug Evans1-1/+1
2014-02-05Extension Language APIDoug Evans1-0/+214