binutils-gdb/gdb/features
Sergey Belyashov 3dab9e15d3 Add basic Z80 CPU support
Supported ISAs:
- Z80 (all undocumented instructions)
- Z180
- eZ80 (Z80 mode only)

Datasheets:
Z80: https://www.zilog.com/manage_directlink.php?filepath=docs/z80/um0080&extn=.pdf
Z180: https://www.zilog.com/manage_directlink.php?filepath=docs/z180/ps0140&extn=.pdf
eZ80: http://www.zilog.com/force_download.php?filepath=YUhSMGNEb3ZMM2QzZHk1NmFXeHZaeTVqYjIwdlpHOWpjeTlWVFRBd056Y3VjR1Jt

To debug Z80 programs using GDB you must configure and embed
z80-stub.c to your program (SDCC compiler is required). Or
you may use some simulator with GDB support.

gdb/ChangeLog:

	* Makefile.in (ALL_TARGET_OBS): Add z80-tdep.c.
	* NEWS: Mention z80 support.
	* configure.tgt: Handle z80*.
	* features/Makefile (XMLTOC): Add z80.xml.
	* features/z80-cpu.xml: New.
	* features/z80.c: Generate.
	* features/z80.xml: New.
	* z80-tdep.c: New file.
	* z80-tdep.h: New file.

gdb/stubs/ChangeLog:

	* z80-stub.c: New file.

Change-Id: Id0b7a6e210c3f93c6853c5e3031b7bcee47d0db9
2021-07-17 10:17:30 -04:00
..
arc Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
arm Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
i386 Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
riscv Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
rs6000 Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sparc Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
aarch64-core.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-core.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
aarch64-fpu.c aarch64: Add support for bfloat16 in gdb. 2021-01-12 14:03:58 +00:00
aarch64-fpu.xml aarch64: Add support for bfloat16 in gdb. 2021-01-12 14:03:58 +00:00
aarch64-mte.c AArch64: Add target description/feature for MTE registers 2021-03-24 14:52:08 -03:00
aarch64-mte.xml AArch64: Add target description/feature for MTE registers 2021-03-24 14:52:08 -03:00
aarch64-pauth.c Regenerate aarch64-pauth.c 2019-07-10 11:47:13 +01:00
aarch64-pauth.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
aarch64-sve.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
btrace-conf.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
btrace.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
feature_to_c.sh Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
gdb-target.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
gdbserver-regs.xsl
library-list-aix.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
library-list-svr4.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
library-list.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
m68k-core.xml
Makefile Add basic Z80 CPU support 2021-07-17 10:17:30 -04:00
microblaze-core.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
microblaze-stack-protect.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
microblaze-with-stack-protect.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
microblaze-with-stack-protect.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
microblaze.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
microblaze.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips-cp0.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips-cpu.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips-dsp-linux.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
mips-dsp-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips-dsp.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips-fpu.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips-linux.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
mips-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips64-cp0.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips64-cpu.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips64-dsp-linux.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
mips64-dsp-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips64-dsp.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips64-fpu.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
mips64-linux.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
mips64-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nds32-core.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nds32-fpu.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nds32-system.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nds32.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
nds32.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nios2-cpu.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nios2-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
nios2.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
nios2.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
number-regs.xsl
or1k-core.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
or1k.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
or1k.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
osdata.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
rx.c gdb: add an option flag to 'maint print c-tdesc' 2020-11-12 09:44:00 +00:00
rx.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-acr.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-core32.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-core64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-fpr.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-gs-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-gs-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-gs.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-gsbc.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-linux32.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-linux32.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-linux32v1.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-linux32v1.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-linux32v2.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-linux32v2.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-linux64v1.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-linux64v1.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-linux64v2.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-linux64v2.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-tdb.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-te-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-te-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-tevx-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-tevx-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-vx-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390-vx-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390-vx.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-core64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-gs-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-gs-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-linux64v1.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-linux64v1.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-linux64v2.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-linux64v2.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-te-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-te-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-tevx-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-tevx-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
s390x-vx-linux64.c gdb: Have allocate_target_description return a unique_ptr 2020-10-08 10:14:14 +01:00
s390x-vx-linux64.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
sort-regs.xsl
threads.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tic6x-c6xp.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
tic6x-c6xp.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tic6x-c62x-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tic6x-c64x-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tic6x-c64xp-linux.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tic6x-core.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
tic6x-core.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
tic6x-gp.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
tic6x-gp.xml Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
traceframe-info.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
xinclude.dtd Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
z80-cpu.xml Add basic Z80 CPU support 2021-07-17 10:17:30 -04:00
z80.c Add basic Z80 CPU support 2021-07-17 10:17:30 -04:00
z80.xml Add basic Z80 CPU support 2021-07-17 10:17:30 -04:00