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
cc901b57d5
llvm-project
/
lldb
/
source
/
Plugins
/
LanguageRuntime
History
Enrico Granata
ea0ef6b19d
Add support for resolving dynamic types of extended ObjC tagged pointers
...
rdar://problem/24401051 llvm-svn: 266001
2016-04-11 21:50:35 +00:00
..
CPlusPlus
Add a 'language cplusplus demangle' command. This can be useful to provide a low-friction reproduction for issues with the LLDB demangling of C++ symbols
2016-03-25 23:14:24 +00:00
Go
Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument:
2016-02-10 21:28:13 +00:00
Java
Add a set of new plugins to handle Java debugging
2016-02-26 14:21:23 +00:00
ObjC
Add support for resolving dynamic types of extended ObjC tagged pointers
2016-04-11 21:50:35 +00:00
RenderScript
Get rid of two global constructors by making things static variables in the only function that uses these variables.
2016-03-24 21:48:10 +00:00
CMakeLists.txt
Add a set of new plugins to handle Java debugging
2016-02-26 14:21:23 +00:00