We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287ca7b commit 0180d12Copy full SHA for 0180d12
lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py
@@ -12,6 +12,9 @@
12
class MultipleSlidesTestCase(TestBase):
13
NO_DEBUG_INFO_TESTCASE = True
14
15
+ # DWARF doesn't include public symbols on Windows, so LLDB falls back to the PDB.
16
+ # Symbols don't have a size in the native PDB plugin.
17
+ @skipIfWindows
18
def test_mulitple_slides(self):
19
"""Test that a binary can be slid multiple times correctly."""
20
self.build()
0 commit comments