aboutsummaryrefslogtreecommitdiff
path: root/src/target/xtensa/xtensa.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-18xtensa: update XDM register map for TRAX supportianst1-0/+39
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly1-1/+1
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-5/+5
2023-05-27target/xtensa: add file-IO supportIan Thompson1-0/+1
2023-05-13xtensa: fix build with gcc 13.1.1Antonio Borneo1-1/+1
2023-05-05target: with pointers, use NULL instead of 0Antonio Borneo1-2/+2
2023-03-18target/xtensa: add NX supportIan Thompson1-52/+315
2023-01-15target/xtensa: remove needless target_was_examined checkErhan Kurubas1-2/+1
2022-10-21target/xtensa: remove redundant call for `TARGET_EVENT_HALTED`Erhan Kurubas1-2/+6
2022-10-15target/xtensa: fill register number field in the cacheErhan Kurubas1-0/+6
2022-10-08target/xtensa: pass correct buffer on read memory retryErhan Kurubas1-2/+2
2022-10-08target/xtensa: rename pc and ps macro namesErhan Kurubas1-8/+9
2022-09-23target/xtensa: fix final clang analyzer warningIan Thompson1-15/+9
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-18target/xtensa: invalidate register cache on resetIan Thompson1-2/+5
2022-09-18target/xtensa: fix clang analyzer warningIan Thompson1-9/+12
2022-09-17target/xtensa: populate PS correctly during fetchIan Thompson1-0/+3
2022-09-13xtensa: make local symbols staticAntonio Borneo1-4/+4
2022-09-13target/xtensa: fix step state transitionIan Thompson1-3/+4
2022-09-13target/xtensa: enable DAP/SWD for generic xtensaIan Thompson1-13/+18
2022-09-08target/xtensa: virtualize XDM registersIan Thompson1-80/+83
2022-08-27target/xtensa: fix clang analyzer warningsIan Thompson1-0/+2
2022-08-21target/xtensa: fix clang analyzer warnings and gcc12 build errorsErhan Kurubas1-3/+6
2022-08-20target: add generic Xtensa LX supportIan Thompson1-784/+2068
2022-08-15target/espressif: remove author lines from esp32xx and xtensa filesErhan Kurubas1-3/+0
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-04target: add Espressif ESP32-S2 basic supportErhan Kurubas1-0/+2731