[Lldb-commits] [PATCH] D25217: Fix test when using remote debugging.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 4 01:07:12 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL283171: Fix test when using remote debugging. (authored by labath).

Changed prior to commit:
  https://reviews.llvm.org/D25217?vs=73381&id=73419#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25217

Files:
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py


Index: lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_case_sensitivity/TestBreakpointCaseSensitivity.py
@@ -46,7 +46,7 @@
         # Create a target by the debugger.
         self.target = self.dbg.CreateTarget(exe)
         self.assertTrue(self.target, VALID_TARGET)
-        cwd = self.get_process_working_directory()
+        cwd = os.getcwd()
 
         # try both BreakpointCreateByLocation and BreakpointCreateBySourceRegex
         for regex in [False, True]:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25217.73419.patch
Type: text/x-patch
Size: 836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161004/d0505a37/attachment.bin>


More information about the lldb-commits mailing list