llvm-project/lldb/source/Plugins/Language/CPlusPlus
Greg Clayton 08f5674bfe Fixed being able to set breakpoints on destructors when we don't fully specify the demangled name. So all of the following now work:
(lldb) b ~Foo
(lldb) b Foo::~Foo
(lldb) b Bar::Foo::~Foo

Improved out C++ breakpoint locations tests as well to cover this issue.

<rdar://problem/25577252>

llvm-svn: 266139
2016-04-12 22:02:37 +00:00
..
CMakeLists.txt Data formatter support for libc++ std::atomic<T> 2016-02-12 22:18:24 +00:00
CPlusPlusLanguage.cpp Fixed being able to set breakpoints on destructors when we don't fully specify the demangled name. So all of the following now work: 2016-04-12 22:02:37 +00:00
CPlusPlusLanguage.h Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
CxxStringTypes.cpp Enable the StringPrinter to have prefixes that are strings instead of just a single character; and also introduce a comparable suffix mechanism 2015-10-07 02:06:48 +00:00
CxxStringTypes.h Move the C++ data formatters to the C++ language plugin 2015-09-04 21:01:18 +00:00
LibCxx.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxx.h Move the C++ data formatters to the C++ language plugin 2015-09-04 21:01:18 +00:00
LibCxxAtomic.cpp Remove an unnecessary include 2016-02-12 23:12:27 +00:00
LibCxxAtomic.h Data formatter support for libc++ std::atomic<T> 2016-02-12 22:18:24 +00:00
LibCxxInitializerList.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxList.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxMap.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxUnorderedMap.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibCxxVector.cpp Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes. 2016-02-29 19:41:30 +00:00
LibStdcpp.cpp Remove what I believe are the last known instances of formatters that run code 2016-04-08 22:49:31 +00:00
LibStdcpp.h Fix libstdc++ data formatters on Ubuntu 15.10 x86_64 2015-10-22 00:23:38 +00:00