Files
clang-p2996/lldb/test/API/functionalities/breakpoint/cpp/main.cpp
Arthur Eubanks 3d83a57721 [lldb] Support simplified template names when looking up functions
This makes setting breakpoints work with -gsimple-template-names.

Assume that callers handle false positives. For example, `Module::LookupInfo::Prune` removes wrong template instantiations when setting a breakpoint.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D137098
2022-11-03 16:19:15 -07:00

2.1 KiB