]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/guile/scm-frame.c
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
[thirdparty/binutils-gdb.git] / gdb / guile / scm-frame.c
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-04-25  Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-25  Tom TromeyRemove exception_none
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-05  Tom TromeyShadowing fix in gdbscm_frame_read_var
2018-07-22  Tom TromeySimple unused variable removals
2018-07-18  Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-04-23  Tom TromeyRemove a cleanup from scm-frame.c
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-09-11  Tom TromeyRemove cleanups from find_frame_funname
2017-09-04  Pedro AlvesKill init_sal
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/guile/
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29  Pedro Alvesguile/: Add enum cast
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-07  Pedro Alvesguile: Add as_a_scm_t_subr
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-04-09  Andy WingoAdd Guile frame-read-register command
2015-03-07  Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-06  Doug Evansguile/scm-frame.c: Fix spelling errors in a comment.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-06-18  Tom Tromeyconstify struct block in some places
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-02-20  Doug EvansMove containing_scm arg from gdbscm_fill_eqable_gsmob_p...
2014-02-10  Doug EvansAdd Guile as an extension language.