aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension-priv.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi1-2/+2
2024-02-27Add extension_language_ops::shutdownTom Tromey1-0/+4
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-3/+3
2023-11-14gdb: add an extension language hook for missing debug infoAndrew Burgess1-0/+7
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey1-2/+3
2023-02-15GC get_active_ext_langPedro Alves1-2/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-06-15gdb: add extension language print_insn hookAndrew Burgess1-0/+15
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-4/+5
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi1-1/+1
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-11/+6
2020-01-21Allow use of Pygments to colorize source codeTom Tromey1-0/+7
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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-70/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04Move command lines types/declarations to cli-script.hSimon Marchi1-0/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-7/+7
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-04-12Eliminate clear_quit_flagPedro Alves1-4/+1
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/+2
2015-04-29PR python/18285Doug Evans1-1/+13
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-0/+5
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/+46
2014-02-07 * extension-priv.h (extension_language_script_ops): Add comment.Doug Evans1-3/+9
2014-02-05fix copyright year in new files in previous checkinDoug Evans1-1/+1
2014-02-05Extension Language APIDoug Evans1-0/+285