<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB fails to lookup symbols of static class members on Windows"
href="https://bugs.llvm.org/show_bug.cgi?id=50551">50551</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>LLDB fails to lookup symbols of static class members on Windows
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>teemperor@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Some tests are currently failing because LLDB on Windows can't look up static
class members:
For example:
```
FAIL: test_access_from_member_function_dwarf (TestCPPStaticMembers.TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\test\API\lang\cpp\static_members\TestCPPStaticMembers.py",
line 31, in test_access_from_member_function
self.expect_expr("s_b", result_type="long", result_value="2")
File
"C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py",
line 2593, in expect_expr
value_check.check_value(self, eval_result, str(eval_result))
File
"C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py",
line 284, in check_value
test_base.assertSuccess(val.GetError())
File
"C:\buildbot\lldb-x64-windows-ninja\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py",
line 2655, in assertSuccess
"'{}' is not success".format(error)))
AssertionError: 'expression failed to parse:
error: Couldn't lookup symbols:
long A::s_b
' is not success
```</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>