Re: [PATCH v2 5/5] target/tricore: Implement gdbstub

2020-05-29 Thread Alex Bennée
Bastian Koppelmann writes: > Signed-off-by: Bastian Koppelmann Acked-by: Alex Bennée -- Alex Bennée

[PATCH v2 5/5] target/tricore: Implement gdbstub

2020-05-29 Thread Bastian Koppelmann
Signed-off-by: Bastian Koppelmann --- v1 -> v2: - tricore_cpu_gdb_read_registers uses a GByteArray pointer for the mem_buf argument target/tricore/Makefile.objs | 2 +- target/tricore/cpu.c | 10 +++ target/tricore/cpu.h | 2 + target/tricore/gdbstub.c | 139