summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2015-11-18 08:12:34 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2015-11-18 08:12:34 +0000
commit78086742f3b980d2ffb0f6e3caf08bc7d1cce2d5 (patch)
treecbdc53b808f496e1de56b9989c39d58b76fa542a /lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py
parent78409019d9bb2b5d6a62504fe87bae8da779f61c (diff)
downloadbcm5719-llvm-78086742f3b980d2ffb0f6e3caf08bc7d1cce2d5.tar.gz
bcm5719-llvm-78086742f3b980d2ffb0f6e3caf08bc7d1cce2d5.zip
[MIPS][LLDB]Fix TestBreakpointCondition.py for MIPS
Patch by Nitesh Jain Summary: The self.getArchitecture() returns the architecture based on the value of -A flag passed to dotest.py script. There are many possible values for MIPS to this option (like mips32r2, mips32r6, mips64, mips64r2,.... ). This patch uses re.match(mips,arch) to check if architecture string starts with mips. Subscribers: lldb-commits, mohit.bhakkad, sagar, bhushan, jaydeep Reviewers: clayborg, ovyalov Differential: http://reviews.llvm.org/D14493 llvm-svn: 253444
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud