diff options
author | Sagar Thakur <sagar.thakur@imgtec.com> | 2015-11-18 08:12:34 +0000 |
---|---|---|
committer | Sagar Thakur <sagar.thakur@imgtec.com> | 2015-11-18 08:12:34 +0000 |
commit | 78086742f3b980d2ffb0f6e3caf08bc7d1cce2d5 (patch) | |
tree | cbdc53b808f496e1de56b9989c39d58b76fa542a /lldb/packages/Python/lldbsuite/test/lang/cpp/dynamic-value/TestDynamicValue.py | |
parent | 78409019d9bb2b5d6a62504fe87bae8da779f61c (diff) | |
download | bcm5719-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