Remove path name from test case
[binutils-gdb.git] / gdb / extension-priv.h
2023-11-14 Andrew Burgessgdb: add an extension language hook for missing debug...
2023-04-06 Tom TromeyUse unique_xmalloc_ptr in apply_ext_lang_type_printers
2023-02-15 Pedro AlvesGC get_active_ext_lang
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-06-15 Andrew Burgessgdb: add extension language print_insn hook
2022-02-14 Andrew Burgessgdb: use python to colorize disassembler output
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-01-13 Simon Marchigdb: bool-ify ext_lang_auto_load_enabled and friends
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-03-14 Tom TromeyChange extension language pretty-printers to use value API
2020-01-21 Tom TromeyAllow use of Pygments to colorize source code
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-02-26 Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-01-07 Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-09-04 Simon MarchiMove command lines types/declarations to cli-script.h
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-11 Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-04-12 Pedro AlvesEliminate clear_quit_flag
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-27 Pedro Alvesgdb: Use sighandler_t everywhere
2015-04-29 Doug EvansPR python/18285
2015-01-31 Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-06-03 Siva ChandraAdd xmethod interface to the extension language API.
2014-02-07 Doug Evans * extension-priv.h (extension_language_script_ops...
2014-02-06 Doug Evansfix copyright year in new files in previous checkin
2014-02-06 Doug EvansExtension Language API