aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/rsp-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi1-21/+50
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-6/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-02-12update rsp-low commentsTom Tromey1-1/+17
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey1-12/+0
2014-02-12replace unhexify with hex2binTom Tromey1-19/+0
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey1-16/+0
2014-02-12replace hexify with bin2hexTom Tromey1-14/+0
2014-02-12don't let hexify call strlenTom Tromey1-4/+0
2014-02-12don't let bin2hex call strlenTom Tromey1-4/+0
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-0/+277