LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 24764 - Various C++ language features can't be debugged well on Windows
Summary: Various C++ language features can't be debugged well on Windows
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-09 15:12 PDT by Zachary Turner
Modified: 2015-09-29 19:46 PDT (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Turner 2015-09-09 15:12:55 PDT
A couple of tests designed to test LLDB's behavior in the presence of certain C++ constructs fail.  These may be due to different underlying causes, although I suspect they are all at least very similar.  At a minimum, this covers failures in the following tests:

TestCPPBreakpointLocations.py
TestCppScope.py
TestCxxWCharT.py
TestDiamond.py
TestGlobalVariables.py
TestNamespace.py
TestStaticVariables.py
TestStructTypes.py
Comment 1 Zachary Turner 2015-09-29 19:46:49 PDT
TestDiamond is fixed by http://reviews.llvm.org/D13276 (along with TestSBValueCast, tracked in llvm.org/pr24663).  The change is up for review, so this is just an interim update.