Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Plugins
/
LanguageRuntime
/
Go
/
GoLanguageRuntime.cpp
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
5f57b6e
Revert r268591
by Enrico Granata
· 9 years ago
5ee5408
Allow LanguageRuntimes to return an error if they fail in the course of dynamic type discovery
by Enrico Granata
· 9 years ago
ae088e5
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:
by Greg Clayton
· 10 years ago
2b56f86
Add missing GoLanguageRuntime files.
by Ryan Brown
· 10 years ago