summaryrefslogtreecommitdiff
path: root/gdb/guile/guile-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove unused declaratoin from guileTom Tromey2019-11-281-2/+0
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-251-3/+35
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Normalize include guards in gdbTom Tromey2019-02-071-3/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Eliminate remaining gdb/guile cleanupsPedro Alves2018-07-191-1/+1
* gdbscm_wrap, really forward argsPedro Alves2018-07-191-1/+1
* Eliminate most remaining cleanups under gdb/guile/Pedro Alves2018-07-181-13/+42
* Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey2018-07-171-4/+4
* Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey2018-07-171-1/+2
* Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey2018-07-171-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* New function tyscm_scm_to_type.Doug Evans2017-03-161-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-2/+2
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-8/+0
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* guile: Change return value of gdbscm_with_guile for const char *Simon Marchi2015-10-271-1/+1
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-0/+44
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-2/+4
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-311-0/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Add support for guile 2.0.5.Doug Evans2014-06-061-0/+8
* Add parameter support for Guile.Doug Evans2014-06-031-0/+14
* Add command support for Guile.Doug Evans2014-06-031-0/+14
* Add progspace support for Guile.Doug Evans2014-06-021-0/+11
* guile: Allow compilation with Guile <= 2.0.5.Ludovic Courtès2014-06-011-0/+12
* gdb smob cleanupsAndy Wingo2014-05-261-16/+15
* Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans2014-05-211-8/+6
* Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans2014-02-201-3/+3
* Add Guile as an extension language.Doug Evans2014-02-091-0/+567