Properly specify the regex used to match register indexes.
authorStephane Sezer <sas@cd80.net>
Fri, 14 Nov 2014 09:46:21 +0000 (09:46 +0000)
committerStephane Sezer <sas@cd80.net>
Fri, 14 Nov 2014 09:46:21 +0000 (09:46 +0000)
commit5109a7938de1ed135f0c1a64ee81a341cf612efe
tree762c9f1e727981e0ec8cd7afe821440edd286324
parent09f6abe8d87256d6d1b6285587418a1adad67a40
Properly specify the regex used to match register indexes.

Summary: Something like "core:1" would match and try to be interpreted by the following code otherwise.

Test Plan: Run tests and make sure the ones failing previously now pass.

Reviewers: tfiala, clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D6257

llvm-svn: 221980
lldb/test/tools/lldb-gdbserver/gdbremote_testcase.py