aboutsummaryrefslogtreecommitdiff
path: root/src/target/smp.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo1-0/+28
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo1-0/+79
2016-12-08helper: Code cleanup for hexify()Marc Schink1-1/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-2/+2
2014-03-04Constify received GDB packetChristian Eggers1-2/+2
2013-10-31smp: Fix byte order bugAndreas Fritiofson1-7/+5
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-26gdbserver: use common hexify/unhexify routinesSpencer Oliver1-10/+3
2012-10-28gdb: use strncmp rather than strstrSpencer Oliver1-2/+2
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-22/+12
2011-08-24remove target argument from gdb packet handling functionsJie Zhang1-2/+4
2011-08-01etb: fix incorrect previous patchsetJie Zhang1-4/+5
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+2
2011-04-28smp : infra for smp minimum supportMichel Jaouen1-0/+116