aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: change type of quit_flag to boolSimon Marchi1-3/+3
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi1-5/+5
2024-04-23gdb: move declarations of check_quit_flag and set_quit_flag to extension.hSimon Marchi1-13/+4
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-28Fix gdb.interrupt raceTom Tromey1-0/+39
2024-02-27Add extension_language_ops::shutdownTom Tromey1-0/+12
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-6/+6
2023-11-14gdb: add an extension language hook for missing debug infoAndrew Burgess1-0/+19
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey1-3/+3
2023-02-15Don't throw quit while handling inferior events, part IIPedro Alves1-1/+61
2023-02-15GC get_active_ext_langPedro Alves1-8/+0
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