aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2023-11-18aarch64: Use 64-bit reads/writes to access SCTLR_EL1Peter Collingbourne2-6/+6
2023-11-18openocd: src/target: Correctly handle CCSIDR_EL1.Associativity=0Peter Collingbourne1-2/+3
2023-11-18breakpoints: Add target logging to breakpoints and watchpointsMarek Vrbka2-21/+19
2023-11-18breakpoints: Fix endless loop in bp/wp_clear_targetKirill Radkin1-23/+12
2023-11-18xtensa: update XDM register map for TRAX supportianst3-0/+117
2023-11-18target: Remove break/watchpoints in target_destroy()Marc Schink1-0/+3
2023-11-18target: fix segmentation fault on target createAntonio Borneo1-1/+1
2023-11-18target: use boolean values for 'valid' and 'dirty' flagsAntonio Borneo4-19/+19
2023-11-11target: Add a debug_reason commandPeter Collingbourne1-0/+19
2023-11-11target/breakpoints: make breakpoint_watchpoint_remove_all staticErhan Kurubas1-1/+1
2023-11-11target: fix a memory leak in image_openEvgeniy Naydanov1-8/+14
2023-11-11target/mips32: update mips32 config register parsingWalter Ji2-7/+321
2023-11-11target: Fix get_reg, prevent returning invalid dataMarek Vrbka1-1/+1
2023-11-11target/target: Use boolean values for 'valid' flagMarc Schink1-2/+2
2023-10-25target/mips32: check read regs result in save contextWalter Ji1-1/+5
2023-10-25target/mips32: rework mips core register related functionsWalter Ji6-173/+508
2023-10-14target: check if target is not examined on reg commandParshintsev Anatoly1-0/+4
2023-10-14target: Change the watchpoint type print from number to letterMarek Vrbka1-2/+3
2023-10-14breakpoints: add rwp all commandMarek Vrbka3-39/+91
2023-10-14target: Fix an issue with rwp/rbp command in smp targetsKirill Radkin1-4/+8
2023-10-14arm_opcode: Add support for ARM MCRR/MRRCFlorian Fainelli6-0/+262
2023-10-07target: return error if attempting to access non-existing registersParshintsev Anatoly1-2/+2
2023-10-07target/arc: do not invalidate icache when (un)setting breakpointsArtemiy Volkov1-6/+0
2023-10-07armv8_dpm: fix registers read at debug entryAntonio Borneo1-2/+9
2023-10-02target/cortex_m: support Infineon Cortex-M33 from SLx2 MCUAhmed Boughanmi3-13/+20
2023-10-02image: log error when unknown image type is specifiedMarek Vrbka1-7/+9
2023-09-23target/adi_v5_xxx: use ADIV5_DP_SELECT_APBANKTomas Vanek2-3/+3
2023-09-23target/arm_adi_v5,jtag/drivers: rename ADIv5 only definesTomas Vanek2-9/+9
2023-09-17target/cortex_m: support DWT version 2.1 for Archv8_MFedi Bouzazi2-2/+4
2023-09-17target/aarch64: add AArch64 mdd and mwd supportDaniel Goehring3-11/+60
2023-09-08image: fix binary detection for small filesMarek Vrbka1-5/+10
2023-09-08target: Unify the output of "bp" commandMarek Vrbka1-4/+4
2023-09-08target: Change policy of removing watchpoints/breakpoints.Kirill Radkin3-50/+149
2023-08-26mips32: add per-cpu quirks featureArtur Rojek6-1/+104
2023-08-26target/cortex_m: Add Realtek Real-M200 and M300Karl Palsson3-0/+14
2023-08-26target/cortex_m: check core implementor fieldKarl Palsson3-34/+48
2023-08-12target/aarch64: add missing aarch64_poll() callsDaniel Goehring1-0/+9
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly9-33/+35
2023-08-03register: refactor register_cache_invalidate()Marek Vrbka1-3/+2
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek29-131/+145
2023-07-22target/riscv: Add null pointer check before right shift for bscan tunneling.eolson1-2/+4
2023-07-22target/arc: fix off-by-one error in arc_save_context()Artemiy Volkov1-14/+10
2023-07-14target/espressif: cleanup unused macro definitionsErhan Kurubas3-43/+0
2023-07-14target/espressif: read entry addresses of pre-defined stub functionsErhan Kurubas6-21/+300
2023-07-14target/esp_xtensa: add xtensa on_halt handlerErhan Kurubas7-3/+35
2023-07-13target/espressif: fix build issue with older gcc versionsErhan Kurubas1-1/+1
2023-07-01semihosting: fix handling of errnoMarek Vrbka1-32/+47
2023-07-01semihosting: improve semihosting opcode debug messagesMarek Vrbka2-4/+75
2023-06-16riscv/semihosting: Fix ebreak skip on fileio modeMarek Vrbka1-5/+5
2023-06-10semihosting: fix non-zero value on Windows isatty()Marek Vrbka1-1/+2