aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-frame.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-1/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Fix the guile buildTom Tromey1-68/+101
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-07-28Remove some unneeded checks in Guile codeTom Tromey1-5/+3
2022-07-28Rewrite registry.hTom Tromey1-42/+33
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-3/+3
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-09gdb: replace fprint_frame_idAndrew Burgess1-8/+3
2021-04-28gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess1-0/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04Remove redundant typedefsTom Tromey1-3/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey1-21/+52
2019-04-25Remove exception_noneTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-19/+19
2019-04-08Rewrite TRY/CATCHTom Tromey1-57/+38
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Shadowing fix in gdbscm_frame_read_varTom Tromey1-1/+0
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-18Eliminate most remaining cleanups under gdb/guile/Pedro Alves1-5/+6
2018-04-23Remove a cleanup from scm-frame.cTom Tromey1-29/+25
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-7/+3
2017-09-04Kill init_salPedro Alves1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-4/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29guile/: Add enum castPedro Alves1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-5/+5
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-18/+21
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-2/+7
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-04-09Add Guile frame-read-register commandAndy Wingo1-0/+61
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-6/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-56/+114
2015-02-05guile/scm-frame.c: Fix spelling errors in a comment.Doug Evans1-3/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-5/+2
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1