This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
LanguageRuntime
History
Oleksiy Vyalov
987c8788d4
Rename out->std_out in AppleObjCRuntimeV2.cpp.
...
llvm-svn: 266401
2016-04-15 00:56:11 +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
Rename out->std_out in AppleObjCRuntimeV2.cpp.
2016-04-15 00:56:11 +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