llvm-project/lldb/source/Plugins/LanguageRuntime
Jim Ingham 06292869cd We were getting the wrong dynamic type if there were two classes with the same basename.
There's a bug in FindTypes, it ignores the exact flag if you pass a name that doesn't begin with
:: and pass eTypeClassAny for the type.

In this case we always know that the name we get from the vtable name is absolute so we can
work around the bug by prepending the "::".  This doesn't fix the FindTypes bug.

<rdar://problem/38010986>

llvm-svn: 326412
2018-03-01 02:44:34 +00:00
..
CPlusPlus We were getting the wrong dynamic type if there were two classes with the same basename. 2018-03-01 02:44:34 +00:00
Go Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Java [CMake] [2/4] Update a batch of plugins 2017-01-31 22:23:49 +00:00
ObjC Fix some warnings found by ToT clang 2017-11-02 21:35:26 +00:00
RenderScript Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
CMakeLists.txt Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00