RTOS Thread awareness support wip
commitb69119668ed8d9633280f8b596fe9af60f51644b
authorBroadcom Corporation (Evan Hunter) <ehunter@broadcom.com>
Thu, 14 Apr 2011 08:25:01 +0000 (14 10:25 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 15 Apr 2011 06:24:18 +0000 (15 08:24 +0200)
tree68a8f525c679f6ce4a9a852b90116afa214329e0
parentf9feeacb7fa9b1f60d803708b831bde2187f29b5
RTOS Thread awareness support wip

- works on Cortex-M3 with ThreadX and FreeRTOS

Compared to original patch a few nits were fixed:

- remove stricmp usage
- unsigned compare fix
- printf formatting fixes
- fixed a bug with overrunning a memory buffer allocated with malloc.
13 files changed:
configure.in
src/Makefile.am
src/rtos/FreeRTOS.c [new file with mode: 0644]
src/rtos/Makefile.am [new file with mode: 0644]
src/rtos/ThreadX.c [new file with mode: 0644]
src/rtos/rtos.c [new file with mode: 0644]
src/rtos/rtos.h [new file with mode: 0644]
src/rtos/rtos_standard_stackings.c [new file with mode: 0644]
src/rtos/rtos_standard_stackings.h [copied from src/server/gdb_server.h with 58% similarity]
src/server/gdb_server.c
src/server/gdb_server.h
src/target/target.c
src/target/target.h