Remove path name from test case
[binutils-gdb.git] / gdb / extension.c
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 AlvesDon't throw quit while handling inferior events, part II
2023-02-15 Pedro AlvesGC get_active_ext_lang
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19 Tom TromeyUse bool in bpstat
2022-12-13 Tom TromeyFix control-c handling on Windows
2022-12-13 Tom TromeyRename install_sigint_handler
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-04-28 Andrew Burgessgdb: ensure SIGINT is set to SIG_DFL during initialisation
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
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-05-08 Tom TromeyRemove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSIO...
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-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-29 Christian BiesingerLoad system gdbinit files from a directory
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-03-27 Tom TromeyC++-ify typedef hash
2018-03-19 Tom TromeyConvert observers to C++
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-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
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-05-08 Trevor Saundersremove trivialy unused variables
2016-04-12 Pedro AlvesEliminate clear_quit_flag
2016-04-12 Pedro AlvesIntroduce interruptible_select
2016-01-08 Yao QiChange SIGINT handler for extension languages only...
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-03-22 Doug Evans * extension.c (eval_ext_lang_from_control_command...
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