summaryrefslogtreecommitdiff
path: root/gdb/extension-priv.h
Commit message (Expand)AuthorAgeFilesLines
* Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey2023-04-061-2/+3
* GC get_active_ext_langPedro Alves2023-02-151-2/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: add extension language print_insn hookAndrew Burgess2022-06-151-0/+15
* gdb: use python to colorize disassembler outputAndrew Burgess2022-02-141-0/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: extension languages finish_initialization to initializeAndrew Burgess2021-04-281-4/+5
* gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi2021-01-131-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-11/+6
* Allow use of Pygments to colorize source codeTom Tromey2020-01-211-0/+7
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-3/+1
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey2018-02-261-1/+2
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-071-70/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Move command lines types/declarations to cli-script.hSimon Marchi2017-09-041-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-7/+7
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* Eliminate clear_quit_flagPedro Alves2016-04-121-4/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-1/+2
* PR python/18285Doug Evans2015-04-291-1/+13
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-0/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-0/+46
* * extension-priv.h (extension_language_script_ops): Add comment.Doug Evans2014-02-071-3/+9
* fix copyright year in new files in previous checkinDoug Evans2014-02-051-1/+1
* Extension Language APIDoug Evans2014-02-051-0/+285