aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2023-04-30target/espressif: fix clang report on list useAntonio Borneo1-10/+6
2023-04-30target/espressif: fix clang report on use of garbage valueAntonio Borneo1-2/+4
2023-04-30src: fix clang15 compiler warningsErhan Kurubas3-6/+2
2023-04-30aarch64: Add support for ARMv8-RJulien Massot3-4/+71
2023-04-30target:armv8: aarch32 do not try to restore same ELJulien Massot1-0/+3
2023-04-14target/espressif: add application tracing functionality over JTAGErhan Kurubas10-0/+2059
2023-04-07src/target/mips_m4k : add fast read methodFrançois LEGAL1-0/+73
2023-04-07src/target/mips_m4k : fix condition on overlapping workspace data areaFrançois LEGAL1-2/+2
2023-03-25target: rewrite command 'target smp' as COMMAND_HANDLERAntonio Borneo1-21/+20
2023-03-25target: rewrite command 'target names' as COMMAND_HANDLERAntonio Borneo1-10/+9
2023-03-25target: rewrite command 'target types' as COMMAND_HANDLERAntonio Borneo1-12/+10
2023-03-25target: rewrite command 'target current' as COMMAND_HANDLERAntonio Borneo1-11/+9
2023-03-25target: rewrite command 'arp_halt_gdb' as COMMAND_HANDLERAntonio Borneo1-12/+7
2023-03-25target: rewrite command 'examine_deferred' as COMMAND_HANDLERAntonio Borneo1-7/+10
2023-03-25target: rewrite command 'was_examined' as COMMAND_HANDLERAntonio Borneo1-7/+10
2023-03-25target: rewrite command 'target curstate' as COMMAND_HANDLERAntonio Borneo1-11/+13
2023-03-25target: rewrite command 'read_memory' as COMMAND_HANDLERAntonio Borneo1-71/+39
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu init' as COMMAND_HANDLERAntonio Borneo1-10/+8
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu names' as COMMAND_HANDLERAntonio Borneo1-12/+9
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu enable' as COMMAND_HANDLERAntonio Borneo1-49/+45
2023-03-25target: arm_tpiu_swo: rewrite command 'tpiu disable' as COMMAND_HANDLERAntonio Borneo1-14/+10
2023-03-25target: arm_dap: rewrite command 'dap names' as COMMAND_HANDLERAntonio Borneo1-12/+8
2023-03-25target: cti: rewrite command 'cti names' as COMMAND_HANDLERAntonio Borneo1-12/+9
2023-03-25target: armv4_5: rewrite commands 'arm mcr/mrc' as COMMAND_HANDLERAntonio Borneo1-79/+53
2023-03-25target: aarch64: rewrite commands 'aarch64 mcr/mrc' as COMMAND_HANDLERAntonio Borneo1-83/+46
2023-03-25target/adi_v5_jtag: fix endianness error in transaction replayTomas Vanek1-1/+7
2023-03-25target/adi_v5_swd: update comment about SWD capabilityTomas Vanek1-1/+1
2023-03-25target/espressif: check common_magic instead of gdb_arch stringErhan Kurubas1-6/+4
2023-03-18target/xtensa: add NX supportIan Thompson3-52/+370
2023-03-18target/image: zero-initialize ELF segments up to p_memszPeter Collingbourne1-20/+34
2023-02-03target: arc: rewrite command 'arc add-reg' as COMMAND_HANDLERAntonio Borneo2-143/+96
2023-02-03target: arc: rewrite command 'arc add-reg-type-struct' as COMMAND_HANDLERAntonio Borneo1-151/+101
2023-02-03target: arc: rewrite command 'arc add-reg-type-flags' as COMMAND_HANDLERAntonio Borneo1-103/+94
2023-02-03target: arc: fix error handling in command 'arc set-reg-exists'Antonio Borneo1-2/+2
2023-02-03target: arc: rewrite command 'arc num-actionpoints' as COMMAND_HANDLERAntonio Borneo1-31/+13
2023-02-03target: arc: rewrite command 'arc get-reg-field' as COMMAND_HANDLERAntonio Borneo1-35/+16
2023-02-03target: arc: rewrite command 'arc jtag set-core-reg' as COMMAND_HANDLERAntonio Borneo1-25/+13
2023-02-03target: arc: rewrite command 'arc jtag get-core-reg' as COMMAND_HANDLERAntonio Borneo1-25/+14
2023-02-03target: arc: rewrite command 'arc jtag set-aux-reg' as COMMAND_HANDLERAntonio Borneo1-24/+11
2023-02-03target: arc: rewrite command 'arc jtag get-aux-reg' as COMMAND_HANDLERAntonio Borneo1-23/+12
2023-01-21helper: Add generic little endian CRC32 functionMarian Buschsieweke1-28/+6
2023-01-15target/armv7m: Rename xPSR to xpsrBoris-Chengbiao Zhou1-1/+1
2023-01-15riscv: drop deprecated command 'riscv test_sba_config_reg'Antonio Borneo3-409/+0
2023-01-15riscv: drop deprecated command 'riscv set_prefer_sba'Antonio Borneo1-39/+0
2023-01-15target/cortex_m: add SMP support for Cortex-MTomas Vanek2-19/+211
2023-01-15target/armv7m: check error in armv7m_restore_context()Tomas Vanek1-2/+5
2023-01-15armv8: Add support of pointer authenticationKoudai Iwahori2-146/+196
2023-01-15target/xtensa: remove needless target_was_examined checkErhan Kurubas1-2/+1
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo24-11976/+1
2023-01-11rtt: fix corner-cases of finding control blockMarcin Niestroj1-20/+14