summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-threads.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/libdebugger: Add pure swbreak capabilityKinsey Moore2022-02-231-1/+3
* cpukit/libdebugger: Use uintptr_t for pointersKinsey Moore2021-11-011-3/+3
* rtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688)Ryan Long2021-02-261-1/+3
* rtems-debugger-threads.c: Fix three Dereference before null check errorsRyan Long2021-02-121-3/+11
* libdebugger: ARM fixes for Cortex-A8 and ARM mode.Chris Johns2019-07-311-4/+7
* score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2019-06-281-3/+2
* libdebugger: Unmap thread prioritiesSebastian Huber2019-06-261-2/+3
* libdebugger: Use an offset table to format GDB `g` packets.Chris Johns2019-04-091-7/+8
* libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns2017-08-151-24/+37
* Add and use rtems_assoc_thread_states_to_string()Sebastian Huber2017-01-121-50/+3
* libdebugger: Fix const qualifierSebastian Huber2017-01-121-1/+1
* score: Replace STATES_DELAYINGSebastian Huber2017-01-121-1/+0
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-5/+3
* score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber2017-01-111-1/+0
* cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns2016-11-291-0/+577