aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Merge up to ad87fbd1cf28760795c4e18f3318a2d720e5a8a6 from upstreamEvgeniy Naydanov1-7/+8
2024-06-17target: Do not use LOG_USER() for error messagesMarc Schink1-4/+3
2024-06-08target: reset examine after assert_resetAntonio Borneo1-5/+7
2024-05-30Merge up to 437dde701c13e707e5fd912ef6403e09052e4d9b from upstreamEvgeniy Naydanov1-2/+9
2024-05-26openocd: drop include of target_type.hAntonio Borneo1-2/+2
2024-05-04target/target: Add 'debug_reason' to current targetMarc Schink1-0/+7
2024-02-09Merge pull request #1008 from en-sc/en-sc/from_upstreamJan Matyas1-6/+6
2024-01-29Merge pull request #1006 from en-sc/en-sc/break-ll-revertJan Matyas1-19/+1
2024-01-29Merge up to 9659a9b5e28dc615dfb508d301fdd8fa426c191b from upstreamEvgeniy Naydanov1-6/+6
2024-01-29target: drop deprecated code for mem2array and array2memAntonio Borneo1-419/+0
2024-01-28target: get_gdb_arch() accepts target via const pointerEvgeniy Naydanov1-1/+1
2024-01-28target: pass target to observers via const pointerEvgeniy Naydanov1-5/+5
2024-01-26Revert "break from long loops on shutdown request"Evgeniy Naydanov1-19/+1
2024-01-13target: drop deprecated code for mem2array and array2memAntonio Borneo1-419/+0
2024-01-10Merge commit 'adcc8ef87bc1ed47c95f1f2d23072b2b916e1555' into en-sc/from_upstreamEvgeniy Naydanov1-5/+23
2024-01-06doc: `address` is optional in `*_image` commandsEvgeniy Naydanov1-4/+4
2023-12-24break from long loops on shutdown requestEvgeniy Naydanov1-1/+19
2023-12-22Merge commit '16e9b9c44fa62ea6eec99d1fb7bc43a8f1cc2f7e' into from_upstreamTim Newsome1-67/+43
2023-12-16target: use bool for backup_working_areaAntonio Borneo1-4/+4
2023-12-10target: Increase maximum profile sample count to 1000000Karl Palsson1-1/+1
2023-12-10target: Add some info messages about examination process.Kirill Radkin1-0/+5
2023-12-05Merge commit 'd4575b647a3603200a9bb4a784d170f792ab88d0' into from_upstreamTim Newsome1-1/+20
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome1-5/+10
2023-12-05Merge commit 'eba5d211937d1ebcb3669810ff63ad1083600b67' into from_upstreamTim Newsome1-7/+18
2023-12-05Merge commit 'bcaac692d0fce45189279a4c80cbd6852e4bbf4e' into from_upstreamTim Newsome1-2/+2
2023-12-01target/target: Fix 'wp' command usageMarc Schink1-1/+1
2023-11-27Merge commit '4b1ea8511a7da9d7201df40302e3341c6e97ffdd' into from_upstreamTim Newsome1-4/+4
2023-11-27Merge commit '022e438292de992cc558f268b2679e76ad313db6' into from_upstreamTim Newsome1-5/+18
2023-11-24target: Throw error in 'debug_reason' commandMarc Schink1-1/+11
2023-11-24target: remove `target_number`Evgeniy Naydanov1-56/+14
2023-11-18breakpoints: Add target logging to breakpoints and watchpointsMarek Vrbka1-4/+4
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-11target: Add a debug_reason commandPeter Collingbourne1-0/+19
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-11-06Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstreamTim Newsome1-17/+22
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome1-72/+74
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome1-112/+65
2023-10-23Merge pull request #935 from riscv/from_upstreamTim Newsome1-162/+127
2023-10-17Revert "target: Update messages connected with `examine`"Kirill Radkin1-14/+14
2023-10-16Merge commit '0384fe5d596f42388f8b84d42959d899f29388ab' into from_upstreamTim Newsome1-162/+127
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 Vrbka1-7/+18
2023-10-07target: return error if attempting to access non-existing registersParshintsev Anatoly1-2/+2
2023-10-03target: Update messages connected with `examine`Kirill Radkin1-14/+14
2023-09-08target: Unify the output of "bp" commandMarek Vrbka1-4/+4
2023-09-08target: Change policy of removing watchpoints/breakpoints.Kirill Radkin1-5/+18
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly1-6/+11