aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/rsp-low.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Rename common to gdbsupportTom Tromey1-307/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-3/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24remote: C++ify thread_item and threads_listing_contextSimon Marchi1-0/+13
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-2/+2
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior1-0/+41
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
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