aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/hwthread.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome1-2/+0
2023-07-06rtos/hwthread: Call rtos_free_threadlist() again.Tim Newsome1-0/+3
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo1-2/+0
2023-05-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome1-8/+22
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome1-15/+1
2022-12-03hwthread: Restore current_threadid in hwthread_update_threadsKoudai Iwahori1-0/+10
2022-12-03hwthread: Add register validity check in get_thread_reg_listKoudai Iwahori1-0/+9
2022-11-22rtos/hwthread: Hide unavailable targets from thread list.Tim Newsome1-2/+4
2022-11-11rtos: hwthread: fix clang error core.NullDereferenceAntonio Borneo1-4/+4
2022-11-11Revert "Remove duplicate of a counter in hwthread_update_threads"Tomas Vanek1-3/+7
2022-11-10Improve a couple of user/debug messages. (#763)Tim Newsome1-1/+1
2022-10-08Remove duplicate of a counter in hwthread_update_threadsEvgeniy Naydanov1-7/+3
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-15/+1
2022-03-03From upstream (#684)Tim Newsome1-3/+5
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-3/+5
2022-01-31Ask the RTOS which target to set swbp on. (#673)Tim Newsome1-0/+9
2021-10-05Dynamically allocate memory for RTOS registers. (#647)Tim Newsome1-10/+13
2021-08-30Merge branch 'master' into from_upstreamTim Newsome1-19/+19
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-6/+6
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-9/+9
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-0/+36
2021-04-13Merge branch 'master' into from_upstreamTim Newsome1-3/+3
2021-03-10rtos: Remove typedef'd structMarc Schink1-3/+3
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-13/+25
2020-12-26rtos/hwthread: fix register list for armv7aAntonio Borneo1-5/+17
2020-11-04rtos: declare local symbols as staticAntonio Borneo1-2/+2
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome1-1/+1
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-1/+1
2020-06-23Fix build.Tim Newsome1-2/+2
2020-06-23Merge branch 'master' into from_upstreamTim Newsome1-5/+5
2020-05-07Add get_thread_reg() and set_reg() for hwthreadTim Newsome1-51/+90
2020-03-26Use the correct thread for memory accesses. (#459)Tim Newsome1-1/+37
2019-08-14Don't fake step for hwthread rtos. (#393)Tim Newsome1-1/+7
2019-04-03Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky1-0/+347
2019-02-07Rtos riscv (#350)Tim Newsome1-3/+10
2019-01-25Use more compatible printf formatting.Tim Newsome1-1/+1
2019-01-25Remove debug statements.Tim Newsome1-28/+2
2019-01-24WIP on hardware breakpoints.Tim Newsome1-3/+17
2019-01-18Don't reset current thread id on single step.Tim Newsome1-13/+20
2019-01-17Fix reading of non-general registers for hwthreadTim Newsome1-3/+36
2019-01-11rtos support to write registers on current threadTim Newsome1-47/+49
2019-01-07Implement hwthread_get_thread_reg_list.Tim Newsome1-4/+22
2019-01-03Neuter hwthread_get_thread_reg_list so it buildsTim Newsome1-66/+6
2019-01-02rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky1-0/+394