aboutsummaryrefslogtreecommitdiff
path: root/gdb/extension.c
AgeCommit message (Expand)AuthorFilesLines
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