aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-12/+12
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-2/+2
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans3-8/+8
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves1-1/+0
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2-3/+3
2014-10-08Remove spurious exceptions.h inclusionsGary Benson8-8/+0
2014-09-08Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans1-31/+36
2014-09-08Replace use of magic number with named constant.Doug Evans1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson2-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson8-8/+0
2014-08-07Move stdarg.h to common-defs.hGary Benson2-2/+0
2014-07-28PR guile/17203Doug Evans1-1/+26
2014-07-27 * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans1-1/+1
2014-07-27 * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans1-1/+1
2014-07-26PR guile/17146Doug Evans3-20/+127
2014-07-26PR guile/17146 preparatory work.Doug Evans9-38/+57
2014-07-26PR guile/17177Doug Evans3-18/+42
2014-07-26PR 17185Doug Evans1-0/+15
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-24constify command prefixTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey2-2/+2
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-06Add support for guile 2.0.5.Doug Evans9-21/+94
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès1-1/+3
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans2-31/+143
2014-06-04* guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans1-3/+4
2014-06-03 * guile/scm-param.c (pascm_make_param_smob): Add ARI comment.Doug Evans1-2/+2
2014-06-03Add parameter support for Guile.Doug Evans8-4/+1280
2014-06-03Add command support for Guile.Doug Evans7-1/+972
2014-06-02Add progspace support for Guile.Doug Evans6-9/+467
2014-06-01guile: Allow compilation with Guile <= 2.0.5.Ludovic Courtès1-0/+12
2014-05-30Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess1-0/+1
2014-05-30Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess1-1/+1
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo13-204/+0
2014-05-26gdb smob cleanupsAndy Wingo16-289/+49
2014-05-21* scm-breakpoint.c (breakpoint_functions): Fix typo.Doug Evans1-1/+1
2014-05-21Make exception throwers have void result. Delete unused gdbscm_scm_to_target...Doug Evans3-24/+9
2014-04-26* guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.Doug Evans1-1/+1
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans1-1/+4
2014-03-13Fix pr 16612.Doug Evans1-0/+19
2014-03-11 * guile/guile.c (call_initialize_gdb_module): New function.Doug Evans1-10/+18
2014-03-02guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.Doug Evans1-1/+1
2014-03-02guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.Doug Evans1-1/+1
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès1-0/+25
2014-02-20Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans7-22/+19
2014-02-09Add Guile as an extension language.Doug Evans32-0/+18291