summaryrefslogtreecommitdiff
path: root/gdb/extension.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Load system gdbinit files from a directoryChristian Biesinger2019-10-291-0/+3
* Revert the header-sorting patchTom Tromey2019-04-061-8/+4
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-4/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-6/+6
* C++-ify typedef hashTom Tromey2018-03-271-15/+4
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* 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-139/+19
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-8/+8
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* Eliminate clear_quit_flagPedro Alves2016-04-121-19/+0
* Introduce interruptible_selectPedro Alves2016-04-121-1/+14
* Change SIGINT handler for extension languages only when target terminal is oursYao Qi2016-01-081-21/+30
* 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/+1
* PR python/18285Doug Evans2015-04-291-0/+25
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-0/+16
* 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/+154
* * extension.c (eval_ext_lang_from_control_command): Avoid dereferencingDoug Evans2014-03-221-1/+2
* Add Guile as an extension language.Doug Evans2014-02-091-0/+2
* fix copyright year in new files in previous checkinDoug Evans2014-02-051-1/+1
* Extension Language APIDoug Evans2014-02-051-0/+871