Andreas Fritiofson
3d2305f2e6
rtos: return the correct value if the T or H packets are handled
...
Change-Id: Iea31e20ee4e35c1a9cb7b93424c92b3f38081067
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/38
Tested-by: jenkins
Reviewed-by: Evan Hunter <evan@ozhiker.com>
Reviewed-by: Peter Stuge <peter@stuge.se>
2011-10-20 01:45:06 +00:00
Jie Zhang
8d7ddde5f1
remove target argument from gdb packet handling functions
2011-08-24 17:41:35 +02:00
Freddie Chopin
f6315d5e5b
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
2011-06-04 09:35:13 +02:00
Alan Bowman
212db44fcf
Report actual current thread
2011-05-25 22:05:26 +02:00
Alan Bowman
a57daf23db
Add eCos/Cortex RTOS support
2011-05-25 22:05:23 +02:00
Alan Bowman
6d9f61fb65
Corrected test for invalid current_threadid
2011-05-18 18:51:10 +02:00
Alan Bowman
6349a47ebc
Correct stacking direction and use of address offset
2011-05-14 16:59:29 +02:00
Michel Jaouen
3c6af518b3
rtos : compilation error on amd64
2011-04-19 12:53:56 +02:00
Broadcom Corporation (Evan Hunter)
b69119668e
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.
2011-04-15 08:24:18 +02:00