summaryrefslogtreecommitdiff
path: root/cpukit/libdebugger (follow)
AgeCommit message (Expand)Author
2022-10-31cpukit/libdebugger: Fix stepping on ARM architecturesChris Johns
2022-10-18libdebugger: Add a target break call to suspend all running threadsChris Johns
2022-08-25libdebugger/aarch64: Set .start section to RWChris Johns
2022-02-23cpukit/libdebugger: Add MicroBlaze supportKinsey Moore
2022-02-23cpukit/libdebugger: Avoid cascade for interruptsKinsey Moore
2022-02-23cpukit/libdebugger: Add pure swbreak capabilityKinsey Moore
2022-02-23cpukit/libdebugger: Avoid missed swbreak removalKinsey Moore
2021-11-01cpukit/aarch64: Add libdebugger supportKinsey Moore
2021-11-01cpukit/libdebugger: Use uintptr_t for pointersKinsey Moore
2021-10-27rtems-debugger: Fixed pointer types to work on 32 and 64 bit architecturesStephen Clark
2021-06-02cpukit/libdebugger: Fix for sockaddr_in not being initializedHarrison Edward Gerber
2021-02-26rtems-debugger-threads.c: Fix Unchecked return value error (CID #1468688)Ryan Long
2021-02-12rtems-debugger-threads.c: Fix three Dereference before null check errorsRyan Long
2021-02-12rtems-debugger-target.c: Fix Dereference before null check (CID #1468682)Ryan Long
2020-12-22libdebugger: Fix for Armv8-RSebastian Huber
2019-10-19libdebugger/arm: Clean up the building on arm variants.Chris Johns
2019-08-12libdebugger/arm: Support ROM tables.Chris Johns
2019-07-31libdebugger: ARM fixes for Cortex-A8 and ARM mode.Chris Johns
2019-06-28score: Add and use _Thread_Get_unmapped_priority().Sebastian Huber
2019-06-26libdebugger: Unmap thread prioritiesSebastian Huber
2019-04-09libdebugger: Fix for ARMv7-M with -O0 optimizationChris Johns
2019-04-09libdebugger: Use an offset table to format GDB `g` packets.Chris Johns
2018-11-09Include missing <rtems/score/thread.h>Sebastian Huber
2018-10-09build: Merge libdebugger/Makefile.amSebastian Huber
2018-10-02Use rtems_task_exit()Sebastian Huber
2018-05-02libdebugger: Move to separate librarySebastian Huber
2018-01-25Remove make preinstallChris Johns
2017-12-13libdebugger: Avoid use of <bsp/linker-symbols.h>Sebastian Huber
2017-08-16libdebugger/i386 Fix i386 backend after changes.Chris Johns
2017-08-15libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.Chris Johns
2017-04-19libdebugger: Fix the mode on task create. Clean up warnings.Chris Johns
2017-04-15libdebugger: Work around assert when using _Thread_Executing.Chris Johns
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber
2017-01-12libdebugger: Fix const qualifierSebastian Huber
2017-01-12score: Replace STATES_DELAYINGSebastian Huber
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber
2017-01-11score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber
2016-12-02libdebugger: Build for ARM's without a CP15.Chris Johns
2016-11-29cpukit: Add libdebugger, a remote debugger agent for GDB.Chris Johns