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 0180d12 commit 8055f76Copy full SHA for 8055f76
lldb/test/API/functionalities/multiple-slides/TestMultipleSlides.py
@@ -12,8 +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.
+ # The intermediate object main.o is compiled without debug info, but
+ # a.out is linked with `-gdwarf` on Windows. This creates a PDB.
17
+ # However, in the native PDB plugin, the symbols don't have a size.
18
@skipIfWindows
19
def test_mulitple_slides(self):
20
"""Test that a binary can be slid multiple times correctly."""
0 commit comments