Remove path name from test case
[binutils-gdb.git] / gdb / extension.h
2023-11-14 Andrew Burgessgdb: add an extension language hook for missing debug...
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-04-06 Tom TromeyUse unique_xmalloc_ptr in apply_ext_lang_type_printers
2023-02-15 Pedro AlvesDon't throw quit while handling inferior events, part II
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyUse bool in bpstat
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-10-19 Tom de Vries[gdb/testsuite] Reimplement gdb.gdb/python-interrupts...
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-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-07-29 Philippe WaroquiersImplement 'set print frame-info|frame-arguments presence'.
2019-07-09 Tom TromeyRename common to gdbsupport
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-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-05-17 Tom TromeyInitialize py_type_printers in ext_lang_type_printers
2018-03-27 Tom TromeyC++-ify typedef hash
2018-03-27 Tom TromeyRemove EXT_LANG_BT_COMPLETED
2018-03-27 Tom TromeyAllow hiding of some filtered frames
2018-02-26 Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-02-26 Tom TromeyMake "bt N" print correct number of frames when using...
2018-01-07 Simon MarchiRemove xmethod_worker::clone
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-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-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
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-10 Doug EvansAdd Guile as an extension language.
2014-02-06 Doug Evansfix copyright year in new files in previous checkin
2014-02-06 Doug EvansExtension Language API