1 """ Testing separate debug info loading for base binary with a symlink. """
3 from lldbsuite
.test
.decorators
import *
4 from lldbsuite
.test
.lldbtest
import *
5 from lldbsuite
.test
import lldbutil
8 class TestTargetSymbolsSepDebugSymlink(TestBase
):
9 @no_debug_info_test # Prevent the genaration of the dwarf version of this test
10 @skipUnlessPlatform(["linux"])
11 @skipIf(hostoslist
=["windows"])
12 @skipIfRemote # llvm.org/pr36237
13 def test_target_symbols_sepdebug_symlink_case(self
):
15 exe
= self
.getBuildArtifact("dirsymlink/stripped.symlink")
17 lldbutil
.run_to_name_breakpoint(self
, "main", exe_name
=exe
)