aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome1-0/+1
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome1-0/+15
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome1-1/+9
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo1-0/+1
2023-05-18rtos: move in rtos.h the rtos_type's declarationAntonio Borneo1-0/+15
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome1-13/+2
2023-01-28rtos: add custom stack read functionErhan Kurubas1-0/+7
2022-09-02Remove rtos.gdb_v_packet. (#722)Tim Newsome1-1/+0
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-02-07fix missing thread ID in stop reply when smp-configured hart (but not hart 0)...Greg Savin1-0/+1
2022-01-31Ask the RTOS which target to set swbp on. (#673)Tim Newsome1-0/+9
2021-10-05Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2021-10-05Dynamically allocate memory for RTOS registers. (#647)Tim Newsome1-2/+6
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome1-2/+2
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-0/+11
2021-06-11From upstream (#620)Tim Newsome1-1/+1
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-1/+1
2021-04-13Merge branch 'master' into from_upstreamTim Newsome1-4/+4
2021-04-08Support RV32/RV64 mainline/metal stackings (#586)Tim Newsome1-4/+6
2021-03-17Writing registers in other threads appears to work. (#585)Tim Newsome1-0/+4
2021-03-10rtos: Remove typedef'd structMarc Schink1-4/+4
2021-03-05RISC-V Freertos support (#582)Tim Newsome1-6/+15
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-1/+0
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo1-1/+0
2020-06-23Merge branch 'master' into from_upstreamTim Newsome1-0/+1
2020-03-26Use the correct thread for memory accesses. (#459)Tim Newsome1-0/+11
2020-03-17rtos: Destroy RTOS and fix memory leakMarc Schink1-0/+1
2019-09-27Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-0/+9
2019-08-14Don't fake step for hwthread rtos. (#393)Tim Newsome1-0/+8
2019-06-12ARMv8: Update rtos_reg storage from 8 to 16 bytesDaniel Goehring1-1/+1
2019-01-25Remove debug statements.Tim Newsome1-2/+1
2019-01-24WIP on hardware breakpoints.Tim Newsome1-0/+2
2019-01-17Fix reading of non-general registers for hwthreadTim Newsome1-0/+5
2019-01-11rtos support to write registers on current threadTim Newsome1-0/+3
2018-11-19From upstream (#331)Tim Newsome1-2/+12
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-2/+12
2018-04-09Merge branch 'master' into from_upstreamTim Newsome1-0/+1
2018-02-21rtos: facilitate RTOS SMP handlingMatthias Welwarsky1-0/+1
2017-12-22Merge branch 'master' into updateTim Newsome1-1/+1
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink1-1/+1
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt1-0/+1
2016-08-14rtos: remove display_str memberSteven Stallion1-1/+0
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder1-1/+9
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser1-1/+1
2014-10-06rtos: constify symbol names and listsSpencer Oliver1-2/+2
2014-03-04Constify received GDB packetChristian Eggers1-3/+3