This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bad901b362
llvm-project
/
lldb
/
source
/
Plugins
/
LanguageRuntime
/
CPlusPlus
/
ItaniumABI
History
Greg Clayton
cc0c4d4ae7
Improve dynamic type resolution efficiency by looking for the type in the module that contains the vtable symbol first and only look for the first match. If we don't find anything, _then_ move on to the rest of the modules in the target and watch out for multiple matches.
...
llvm-svn: 159975
2012-07-10 01:22:15 +00:00
..
ItaniumABILanguageRuntime.cpp
Improve dynamic type resolution efficiency by looking for the type in the module that contains the vtable symbol first and only look for the first match. If we don't find anything, _then_ move on to the rest of the modules in the target and watch out for multiple matches.
2012-07-10 01:22:15 +00:00
ItaniumABILanguageRuntime.h
Fix a little nit with exception breakpoints for C++, the expression parser wants to be
2012-03-06 18:10:38 +00:00
Makefile
Add the LanguageRuntime plugins to the makefile build, and remove the
2011-05-19 23:44:09 +00:00