-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc/gdbserial: refactor parsing of key-value pairs from gdb protocol (…
…#3574) 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.
- Loading branch information
Showing
1 changed file
with
39 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters