aboutsummaryrefslogtreecommitdiff
path: root/gdb/s12z-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-5/+5
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/+1
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-5/+5
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess1-1/+1
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess1-24/+2
2022-04-06gdb: move gdb_disassembly_flag into a new disasm-flags.h fileAndrew Burgess1-0/+1
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-03-29Unify gdb putc functionsTom Tromey1-6/+6
2022-03-29Unify gdb puts functionsTom Tromey1-1/+1
2022-02-07gdb/disasm: combine the no printing disassembler setup codeAndrew Burgess1-7/+3
2022-01-05Use filtered output in *-tdep commandsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-18gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi1-0/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-2/+2
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-32/+32
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-10-23Fix opcodes includesTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-08-01Include s12z-opc.h using ../opcodes.Christian Biesinger1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-10Remove newlines from warningsTom Tromey1-3/+3
2019-05-15GDB (s12z): Improve reliability of the stack unwinder.John Darrington1-63/+171
2019-04-23gdb/s12z: Use default gdbarch methods where possibleAndrew Burgess1-18/+0
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-20GDB: S12Z: new function s12z_extract_return_valueJohn Darrington1-1/+58
2018-11-20GDB: S12Z: Add assertionJohn Darrington1-0/+1
2018-10-23GDB: New target s12zJohn Darrington1-0/+544