summaryrefslogtreecommitdiff
path: root/gdb/z80-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-8/+8
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-1/+1
* Remove arch_typeTom Tromey2023-03-181-2/+3
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.cSimon Marchi2023-03-061-5/+5
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-3/+3
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-4/+4
* ODR warnings for "struct insn_info"Tom Tromey2022-06-021-14/+14
* ODR warnings from overlay constantsTom Tromey2022-06-021-6/+6
* ODR warning for "struct instruction_type"Tom Tromey2022-06-021-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-7/+6
* gdb: remove SYMTAB_COMPUNIT macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi2021-11-181-0/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-11/+15
* Add basic Z80 CPU supportSergey Belyashov2021-07-171-0/+1461