aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome1-0/+1
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome1-2/+0
2023-10-27OpenOCD memory leak in `hwthread_update_threads()`Kirill Radkin1-0/+1
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome1-16/+0
2023-10-10rtos: Refactor rtos_get_gdb_reg()Tim Newsome1-56/+58
2023-09-27gdb_server,rtos: Differentiate rtos_get_gdb_reg failing and not implementedTim Newsome1-1/+1
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome1-19/+24
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo1-2/+0
2023-05-18rtos: move in rtos.h the rtos_type's declarationAntonio Borneo1-16/+0
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome1-52/+83
2023-01-28rtos: Fix constness of struct rtos_typeAndreas Fritiofson1-19/+19
2023-01-28rtos: Support rt-kernelAndreas Fritiofson1-0/+2
2023-01-28rtos: add custom stack read functionErhan Kurubas1-1/+4
2022-09-29Use LOG_TARGET_FOO() functions in more places. (#731)Tim Newsome1-4/+3
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-17rtos: Support looking up .lto_priv.0 appended to symbol nameTim Nordell1-8/+47
2022-09-17rtos: Fold is_symbol_mandatory into rtos_qsymbol(..)Tim Nordell1-20/+15
2022-09-17rtos: Create a new helper function find_symbol(...)Tim Nordell1-13/+18
2022-09-02Remove rtos.gdb_v_packet. (#722)Tim Newsome1-1/+0
2022-08-15rtos: Support for "none" rtosAsier Llano1-1/+4
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-03From upstream (#684)Tim Newsome1-1/+1
2022-02-07fix missing thread ID in stop reply when smp-configured hart (but not hart 0)...Greg Savin1-2/+22
2022-01-31Ask the RTOS which target to set swbp on. (#673)Tim Newsome1-0/+8
2021-10-05Merge branch 'master' into from_upstreamTim Newsome1-2/+2
2021-10-05Dynamically allocate memory for RTOS registers. (#647)Tim Newsome1-6/+23
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome1-1/+1
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-2/+2
2021-08-30Merge branch 'master' into from_upstreamTim Newsome1-32/+43
2021-08-14rtos: add debug prints for qSymbol lookupJan Matyas1-0/+11
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-5/+5
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-16/+16
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-0/+16
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-12/+12
2021-06-11From upstream (#620)Tim Newsome1-2/+4
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-2/+2
2021-05-11rtos: Add support for Zephyr RTOSEvgeniy Didin1-0/+2
2021-04-13Merge branch 'master' into from_upstreamTim Newsome1-4/+4
2021-04-08Support RV32/RV64 mainline/metal stackings (#586)Tim Newsome1-6/+11
2021-03-17Writing registers in other threads appears to work. (#585)Tim Newsome1-1/+53
2021-03-10rtos: Remove typedef'd structMarc Schink1-4/+4
2021-03-05RISC-V Freertos support (#582)Tim Newsome1-5/+53
2021-01-18Remove `-rtos riscv` (#567)Tim Newsome1-2/+0
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-1/+3
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo1-1/+3
2020-10-15Make it build again.Tim Newsome1-1/+1
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome1-9/+9