aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-disasm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-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-1/+3
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-10/+6
2017-01-26Refactor disassembly codeYao Qi1-57/+20
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-11-17guile disassembly hardcode TARGET_XFER_E_IOPedro Alves1-4/+3
2015-10-27guile: Change return value of gdbscm_with_guile for const char *Simon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+7
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-02-09Add Guile as an extension language.Doug Evans1-0/+355