Add symbol lookup cache.
[binutils-gdb.git] / gdb / guile /
2015-01-31 Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-07 Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06 Joel Brobeckergdb/guile: Do not error when trying to create empty...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-18 Doug EvansUse SYMBOL_OBJFILE more.
2014-11-12 Pedro Alvesmake "permanent breakpoints" per location and disableable
2014-11-07 Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-09 Doug EvansFix for PR 17247: Block SIGCHLD while initializing...
2014-09-09 Doug EvansReplace use of magic number with named constant.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove stdarg.h to common-defs.h
2014-07-29 Doug EvansPR guile/17203
2014-07-27 Doug Evans * guile/scm-param.c (pascm_print_param_smob): Fix...
2014-07-27 Doug Evans * guile/guile.c (gdbscm_execute_gdb_command): Fix...
2014-07-27 Doug EvansPR guile/17146
2014-07-27 Doug EvansPR guile/17146 preparatory work.
2014-07-26 Doug EvansPR guile/17177
2014-07-26 Doug EvansPR 17185
2014-07-24 Tom Tromeyconstify command docs
2014-07-24 Tom Tromeyconstify command prefix
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-06 Doug EvansAdd support for guile 2.0.5.
2014-06-05 Ludovic Courtèsguile: Type-check the argument to 'history-append!'.
2014-06-05 Doug EvansSplit create-breakpoint! into make-breakpoint, register...
2014-06-04 Doug Evans* guile/scm-type.c (type_smob): Remove duplicate typedef.
2014-06-04 Doug Evans * guile/scm-param.c (pascm_make_param_smob): Add ARI...
2014-06-03 Doug EvansAdd parameter support for Guile.
2014-06-03 Doug EvansAdd command support for Guile.
2014-06-03 Doug EvansAdd progspace support for Guile.
2014-06-01 Ludovic Courtèsguile: Allow compilation with Guile <= 2.0.5.
2014-05-30 Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
2014-05-30 Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-27 Andy Wingoremove unnecessary smob mark/free functions
2014-05-27 Andy Wingogdb smob cleanups
2014-05-21 Doug Evans* scm-breakpoint.c (breakpoint_functions): Fix typo.
2014-05-21 Doug EvansMake exception throwers have void result. Delete unuse...
2014-04-26 Doug Evans* guile/scm-safe-call.c (scscm_eval_scheme_string)...
2014-04-12 Doug EvansCopy over fix for fetching dynamic type of a reference...
2014-03-13 Doug EvansFix pr 16612.
2014-03-11 Doug Evans * guile/guile.c (call_initialize_gdb_module): New...
2014-03-02 Doug Evansguile/scm-objfile.c (ofscm_mark_objfile_smob): Fix...
2014-03-02 Doug Evansguile/lib/gdb/printing.scm (append-pretty-printer!...
2014-02-26 Ludovic Courtèsguile: Add 'history-append!' procedure.
2014-02-20 Doug EvansMove containing_scm arg from gdbscm_fill_eqable_gsmob_p...
2014-02-10 Doug EvansAdd Guile as an extension language.