[lldb-dev] [Bug 36556] New: Module::FindTypes ignores the exact flag in some circumstances
via lldb-dev
lldb-dev at lists.llvm.org
Wed Feb 28 18:53:31 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36556
Bug ID: 36556
Summary: Module::FindTypes ignores the exact flag in some
circumstances
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: jingham at apple.com
CC: llvm-bugs at lists.llvm.org
By code inspection, Module::FindTypes ignores the exact flag if the type class
is Any and the name you pass in doesn't start with a ::. I don't know how
widely this is used - it broke finding dynamic types for C++ if you have two
classes with the same base name. I have a local fix for that which didn't
involve changing the behavior of FindTypes. I also don't know whether there
are other uses that rely on this misbehavior.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180301/8196ef91/attachment-0001.html>
More information about the lldb-dev
mailing list