aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi1-1/+1
2024-04-23gdb: move declarations of check_quit_flag and set_quit_flag to extension.hSimon Marchi1-0/+30
2024-04-22gdb: don't include hashtab.h in defs.hSimon Marchi1-0/+1
2024-02-27Add extension_language_ops::shutdownTom Tromey1-0/+3
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-02-07Fix raw-frame-arguments in combination with frame-filtersHannes Domani1-0/+4
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-4/+4
2023-11-14gdb: add an extension language hook for missing debug infoAndrew Burgess1-0/+62
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey1-2/+2
2023-02-15Don't throw quit while handling inferior events, part IIPedro Alves1-0/+16
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool in bpstatTom Tromey1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-06-15gdb: add extension language print_insn hookAndrew Burgess1-0/+10
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+8
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/+6
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-1/+1
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi1-1/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-4/+2
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-1/+4
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-04-06Revert the header-sorting patchTom Tromey1-2/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-17/+15
2018-05-17Initialize py_type_printers in ext_lang_type_printersTom Tromey1-1/+1
2018-03-27C++-ify typedef hashTom Tromey1-4/+5
2018-03-26Remove EXT_LANG_BT_COMPLETEDTom Tromey1-5/+1
2018-03-26Allow hiding of some filtered framesTom Tromey1-0/+3
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-7/+10
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-0/+3
2018-01-07Remove xmethod_worker::cloneSimon Marchi1-7/+0
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-31/+77
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-2/+2
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-29PR python/18285Doug Evans1-0/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-0/+9
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/+39
2014-02-09Add Guile as an extension language.Doug Evans1-1/+2