mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
The gdb remote serial protocol returns in several places a list of key value pair in the form key1:value1;key2:value2;...;keyN:valueN. We had ad-hoc parsers for this in three places, this commit consolidates the parser in a single utility object.