PyCortexMDebug icon indicating copy to clipboard operation
PyCortexMDebug copied to clipboard

allow multiple spaces in svd command between arguments

Open alefminus opened this issue 2 years ago • 0 comments

Before this patch:

(gdb) svd AON_PMCTL PWRCTL Cluster in peripheral AON_PMCTL does not exist!

but "svd AON_PMCTL PWRCTL" works as intended

Note the difference is two spaces ("does not exist" output) versus a single space.

alefminus avatar Nov 03 '22 12:11 alefminus