1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 5f57b6e Revert r268591 by Enrico Granata · 9 years ago
  3. 5ee5408 Allow LanguageRuntimes to return an error if they fail in the course of dynamic type discovery by Enrico Granata · 9 years ago
  4. 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
  5. 2b56f86 Add missing GoLanguageRuntime files. by Ryan Brown · 10 years ago