llvm-project/lldb/source/Plugins/Language
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
..
CPlusPlus 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
Go Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Java Fix compiler warnings in the java code 2016-02-29 11:44:15 +00:00
ObjC Add support for additional NSArray formatters 2016-04-11 18:46:37 +00:00
ObjCPlusPlus Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
CMakeLists.txt Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00