Instead of using re.split and requiring two spaces between the "regname: regvalue" pairs,
use re.findall and specify the regexp of regname: regvalue that we're interested in.
<rdar://problem/12188752> 


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@162806 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed