aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2023-06-02target: armv8: fix support of pointer authenticationAntonio Borneo1-1/+1
2023-05-27target/xtensa: add file-IO supportIan Thompson5-3/+247
2023-05-27jtag: rewrite jim_jtag_tap_enabler() as COMMAND_HANDLERAntonio Borneo1-2/+8
2023-05-27jtag: rewrite commands 'jtag newtap' and 'swd newdap' as COMMAND_HANDLERAntonio Borneo2-5/+26
2023-05-27target: use unsigned int for timeout_msAntonio Borneo15-36/+36
2023-05-27target: rewrite command 'arp_waitstate' as COMMAND_HANDLERAntonio Borneo1-42/+27
2023-05-27target: rewrite command 'arp_examine' as COMMAND_HANDLERAntonio Borneo1-27/+18
2023-05-27target: espressif: apptrace: declare a local function as staticAntonio Borneo1-1/+1
2023-05-27target/espressif: add system level tracing featureErhan Kurubas5-17/+954
2023-05-27Revert "target/image: zero-initialize ELF segments up to p_memsz"Antonio Borneo1-34/+20
2023-05-25target/riscv-013: clear sticky error when DMI operation failsAmaury Pouly1-0/+2
2023-05-18target: arm_adi_v5: move in include file the declaration of dap_opsAntonio Borneo2-2/+3
2023-05-18server: gdb: export gdb_actual_connections through a functionAntonio Borneo1-8/+6
2023-05-18target: arm_dpm: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2023-05-18target: move in target_type.h the target_type's declarationAntonio Borneo3-42/+41
2023-05-13target: rewrite command 'arp_reset' as COMMAND_HANDLERAntonio Borneo2-37/+26
2023-05-13target: rewrite command 'arp_halt' as COMMAND_HANDLERAntonio Borneo1-12/+12
2023-05-13target: rewrite command 'arp_poll' as COMMAND_HANDLERAntonio Borneo1-17/+13
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo5-33/+38
2023-05-13xtensa: fix build with gcc 13.1.1Antonio Borneo1-1/+1
2023-05-06target: etm: fix check trace statusAntonio Borneo1-1/+1
2023-05-05target: with pointers, use NULL instead of 0Antonio Borneo4-10/+10
2023-05-05target: rtt: include rtt.hAntonio Borneo1-0/+1
2023-05-05target: use 'ULL' suffix for long constantsAntonio Borneo4-102/+102
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