aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool in bpstatTom Tromey1-2/+2
2022-12-13Fix control-c handling on WindowsTom Tromey1-2/+3
2022-12-13Rename install_sigint_handlerTom Tromey1-2/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-06-15gdb: add extension language print_insn hookAndrew Burgess1-0/+20
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+20
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries1-0/+11
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-5/+5
2021-04-28gdb: ensure SIGINT is set to SIG_DFL during initialisationAndrew Burgess1-1/+27
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi1-4/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-08Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGESTom Tromey1-102/+51
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-13/+6
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+21
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-29Load system gdbinit files from a directoryChristian Biesinger1-0/+3
2019-04-06Revert the header-sorting patchTom Tromey1-8/+4
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-4/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-6/+6
2018-03-27C++-ify typedef hashTom Tromey1-15/+4
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-1/+2
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-139/+19
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-8/+8
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-04-12Eliminate clear_quit_flagPedro Alves1-19/+0
2016-04-12Introduce interruptible_selectPedro Alves1-1/+14
2016-01-08Change SIGINT handler for extension languages only when target terminal is oursYao Qi1-21/+30
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-27gdb: Use sighandler_t everywherePedro Alves1-1/+1
2015-04-29PR python/18285Doug Evans1-0/+25
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-0/+16
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/+154
2014-03-22 * extension.c (eval_ext_lang_from_control_command): Avoid dereferencingDoug Evans1-1/+2
2014-02-09Add Guile as an extension language.Doug Evans1-0/+2
2014-02-05fix copyright year in new files in previous checkinDoug Evans1-1/+1
2014-02-05Extension Language APIDoug Evans1-0/+871