summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/libdebugger: Add MicroBlaze supportKinsey Moore2022-02-231-0/+1393
* cpukit/libdebugger: Avoid cascade for interruptsKinsey Moore2022-02-232-6/+104
* cpukit/libdebugger: Add pure swbreak capabilityKinsey Moore2022-02-232-4/+14
* cpukit/libdebugger: Avoid missed swbreak removalKinsey Moore2022-02-231-0/+16
* cpukit/aarch64: Add libdebugger supportKinsey Moore2021-11-011-0/+1884
* cpukit/libdebugger: Use uintptr_t for pointersKinsey Moore2021-11-015-20/+20
* rtems-debugger: Fixed pointer types to work on 32 and 64 bit architecturesStephen Clark2021-10-273-8/+28
* cpukit/libdebugger: Fix for sockaddr_in not being initializedHarrison Edward Gerber2021-06-021-1/+1
* 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
* rtems-debugger-target.c: Fix Dereference before null check (CID #1468682)Ryan Long2021-02-121-2/+4
* libdebugger: Fix for Armv8-RSebastian Huber2020-12-221-0/+7
* libdebugger/arm: Clean up the building on arm variants.Chris Johns2019-10-191-29/+21
* libdebugger/arm: Support ROM tables.Chris Johns2019-08-121-9/+294
* libdebugger: ARM fixes for Cortex-A8 and ARM mode.Chris Johns2019-07-314-247/+663
* score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber2019-06-281-3/+2
* libdebugger: Unmap thread prioritiesSebastian Huber2019-06-261-2/+3
* libdebugger: Fix for ARMv7-M with -O0 optimizationChris Johns2019-04-092-5/+21
* libdebugger: Use an offset table to format GDB `g` packets.Chris Johns2019-04-097-214/+472
* Include missing <rtems/score/thread.h>Sebastian Huber2018-11-091-0/+2
* build: Merge libdebugger/Makefile.amSebastian Huber2018-10-091-22/+0
* Use rtems_task_exit()Sebastian Huber2018-10-021-2/+2
* libdebugger: Move to separate librarySebastian Huber2018-05-023-56/+8
* Remove make preinstallChris Johns2018-01-255-382/+2
* libdebugger: Avoid use of <bsp/linker-symbols.h>Sebastian Huber2017-12-131-2/+4
* libdebugger/i386 Fix i386 backend after changes.Chris Johns2017-08-161-1/+16
* libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns2017-08-1515-313/+466
* libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns2017-04-191-14/+21
* libdebugger: Work around assert when using _Thread_Executing.Chris Johns2017-04-152-2/+8
* 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
* libdebugger: Build for ARM's without a CP15.Chris Johns2016-12-021-40/+114
* cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns2016-11-2918-0/+6294