summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-frame.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-251-21/+52
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-19/+19
* Rewrite TRY/CATCHTom Tromey2019-04-081-57/+38
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Shadowing fix in gdbscm_frame_read_varTom Tromey2018-10-041-1/+0
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Eliminate most remaining cleanups under gdb/guile/Pedro Alves2018-07-181-5/+6
* Remove a cleanup from scm-frame.cTom Tromey2018-04-231-29/+25
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Remove cleanups from find_frame_funnameTom Tromey2017-09-111-7/+3
* Kill init_salPedro Alves2017-09-041-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in gdb/guile/Pedro Alves2016-11-081-4/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* guile/: Add enum castPedro Alves2015-10-291-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-5/+5
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-18/+21
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-2/+7
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Add Guile frame-read-register commandAndy Wingo2015-04-091-0/+61
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-6/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-56/+114
* guile/scm-frame.c: Fix spelling errors in a comment.Doug Evans2015-02-051-3/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-5/+2
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* constify struct block in some placesTom Tromey2014-06-181-1/+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-261-9/+0
* gdb smob cleanupsAndy Wingo2014-05-261-4/+1
* Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slotDoug Evans2014-02-201-2/+2
* Add Guile as an extension language.Doug Evans2014-02-091-0/+1077