aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-4/+2
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-1/+4
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-2/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-17/+15
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