summaryrefslogtreecommitdiff
path: root/gdb/extension.c
Commit message (Expand)AuthorAgeFilesLines
* 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