diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2015-03-13 14:54:42 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2015-03-13 14:54:42 +0000 |
| commit | 00c45289f41dde47c3b212953c918dbc0a0b40fa (patch) | |
| tree | f30fc8a6c3da6ce99ce6f56547132695b98259ae /lldb/test/python_api/findvalue_duplist | |
| parent | 27c8d362706349ee252926daa05759042cfdd7dc (diff) | |
| download | bcm5719-llvm-00c45289f41dde47c3b212953c918dbc0a0b40fa.tar.gz bcm5719-llvm-00c45289f41dde47c3b212953c918dbc0a0b40fa.zip | |
Make TestSBFrameFindValue compatible with remote targets
llvm-svn: 232171
Diffstat (limited to 'lldb/test/python_api/findvalue_duplist')
| -rw-r--r-- | lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py index accd88f94dd..6a3b2b0b43f 100644 --- a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py +++ b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py @@ -45,7 +45,7 @@ class SBFrameFindValueTestCase(TestBase): self.assertTrue(breakpoint.GetNumLocations() > 0, VALID_BREAKPOINT) # Launch the process, and do not stop at the entry point. - process = target.LaunchSimple(None, None, os.getcwd()) + process = target.LaunchSimple(None, None, self.get_process_working_directory()) self.assertTrue(process, PROCESS_IS_VALID) |

