summaryrefslogtreecommitdiff
path: root/gdb/guile
Commit message (Expand)AuthorAgeFilesLines
* Include string.h in common-defs.hGary Benson2014-08-072-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-078-8/+0
* Move stdarg.h to common-defs.hGary Benson2014-08-072-2/+0
* PR guile/17203Doug Evans2014-07-281-1/+26
* * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans2014-07-271-1/+1
* * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans2014-07-271-1/+1
* PR guile/17146Doug Evans2014-07-263-20/+127
* PR guile/17146 preparatory work.Doug Evans2014-07-269-38/+57
* PR guile/17177Doug Evans2014-07-263-18/+42
* PR 17185Doug Evans2014-07-261-0/+15
* constify command docsTom Tromey2014-07-241-1/+1
* constify command prefixTom Tromey2014-07-241-1/+1
* constify struct block in some placesTom Tromey2014-06-182-2/+2
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Add support for guile 2.0.5.Doug Evans2014-06-069-21/+94
* guile: Type-check the argument to 'history-append!'.Ludovic Courtès2014-06-061-1/+3
* Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans2014-06-042-31/+143
* * guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans2014-06-041-3/+4
* * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans2014-06-031-2/+2
* Add parameter support for Guile.Doug Evans2014-06-038-4/+1280
* Add command support for Guile.Doug Evans2014-06-037-1/+972
* Add progspace support for Guile.Doug Evans2014-06-026-9/+467
* guile: Allow compilation with Guile <= 2.0.5.Ludovic Courtès2014-06-011-0/+12
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-0/+1
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-1/+1
* remove unnecessary smob mark/free functionsAndy Wingo2014-05-2613-204/+0
* gdb smob cleanupsAndy Wingo2014-05-2616-289/+49
* * scm-breakpoint.c (breakpoint_functions): Fix typo.Doug Evans2014-05-211-1/+1
* Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans2014-05-213-24/+9
* * guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.Doug Evans2014-04-261-1/+1
* Copy over fix for fetching dynamic type of a reference from python side.Doug Evans2014-04-121-1/+4
* Fix pr 16612.Doug Evans2014-03-131-0/+19
* * guile/guile.c (call_initialize_gdb_module): New function.Doug Evans2014-03-111-10/+18
* guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.Doug Evans2014-03-021-1/+1
* guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.Doug Evans2014-03-021-1/+1
* guile: Add 'history-append!' procedure.Ludovic Courtès2014-02-261-0/+25
* Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans2014-02-207-22/+19
* Add Guile as an extension language.Doug Evans2014-02-0932-0/+18291