aboutsummaryrefslogtreecommitdiff
path: root/src/target/smp.c
AgeCommit message (Collapse)Author
2011-08-24remove target argument from gdb packet handling functionsJie Zhang
2011-08-01etb: fix incorrect previous patchsetJie Zhang
This corrects two issues found with openocd. d7f71e7fe9645fa8c3f88cf6fc9ad438aa6708f3 removed some code that was being used. The above then caused even more code to get removed by commit 1cfb2287a67c1f78b76583b2e5ed83ca3560b0d5. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2011-04-28smp : infra for smp minimum supportMichel Jaouen