[all-commits] [llvm/llvm-project] 3d83a5: [lldb] Support simplified template names when look...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Nov 3 16:19:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d83a57721def7aad227d68b1e5e0afa6a74a33f
https://github.com/llvm/llvm-project/commit/3d83a57721def7aad227d68b1e5e0afa6a74a33f
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/test/API/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py
M lldb/test/API/functionalities/breakpoint/cpp/main.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list