diff options
| -rw-r--r-- | lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py b/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py index 5a86baf7689..948bb378a63 100644 --- a/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py +++ b/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py @@ -32,6 +32,8 @@ class TestObjCIvarStripped(TestBase): target = self.dbg.CreateTarget(exe) self.assertTrue(target, VALID_TARGET) + self.dbg.HandleCommand("add-dsym a.out.dSYM") + breakpoint = target.BreakpointCreateByLocation(self.main_source, self.stop_line) self.assertTrue(breakpoint.IsValid() and breakpoint.GetNumLocations() > 0, VALID_BREAKPOINT) |

