summaryrefslogtreecommitdiff
path: root/target/avr/cpu.h
AgeCommit message (Expand)Author
2022-06-20target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson
2020-07-11target/avr: Add support for disassembling via option '-d in_asm'Michael Rolnik
2020-07-10target/avr: Introduce enumeration AVRFeatureMichael Rolnik
2020-07-10target/avr: CPU class: Add GDB supportMichael Rolnik
2020-07-10target/avr: CPU class: Add migration supportMichael Rolnik
2020-07-10target/avr: Introduce basic CPU class objectMichael Rolnik
2020-07-10target/avr: Add basic parameters of the new platformMichael Rolnik