]> git.sur5r.net Git - openocd/commit
svf: Fix debug and error messages that print hex buffer
authorKamal Dasu <kdasu.kdev@gmail.com>
Tue, 3 Dec 2013 21:15:42 +0000 (16:15 -0500)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Mon, 5 May 2014 20:25:10 +0000 (20:25 +0000)
commit2eb8a31a6bc91a645ed6aa06752835f4c61cd703
tree475e2a6ae5b0cf5f18c04f3a699a9816febe37c9
parentb1beaa36e2d6ae6ffdf5bddbaae6ac165f984510
svf: Fix debug and error messages that print hex buffer

Added SVF_BUF_LOG macro to properly print the hex buffer of parsed
string for SIR, SDR, TDI, TDO and MASK. The original debug and error
logs with respect to printing real values were misleading and also
had endianess issues. All the bits are printed now instead of just
u32 values.

Change-Id: Ie89902403bdb61ff458418446c2ca1253ea2a63f
Signed-off-by: Kamal Dasu <kdasu.kdev@gmail.com>
Reviewed-on: http://openocd.zylin.com/1964
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Tested-by: jenkins
src/svf/svf.c