diff options
author | Jim Ingham <jingham@apple.com> | 2011-03-08 01:49:10 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2011-03-08 01:49:10 +0000 |
commit | 5ca40258ea3e718e8e525327c89af87b1eb3e68d (patch) | |
tree | a4efdeb2c31afb331fa72f423ff691c91634a52d | |
parent | 45acbd03db406e26903b314541f3b619409d4189 (diff) | |
download | bcm5719-llvm-5ca40258ea3e718e8e525327c89af87b1eb3e68d.tar.gz bcm5719-llvm-5ca40258ea3e718e8e525327c89af87b1eb3e68d.zip |
Reverting the part of the debug-in-ofile patch from earlier today that removes them from the shared module list. That was causing a bunch of asserts. Greg is working on a better fix.
llvm-svn: 127201
-rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp index 66140b6a9c9..2a2dd638d96 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp @@ -165,7 +165,7 @@ SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo (CompileUnitInfo *comp_unit_inf if (oso_symbol) { FileSpec oso_file_spec(oso_symbol->GetMangled().GetName().AsCString(), true); -//#define SYMBOL_FILE_DWARF_DEBUG_MODULES 1 +#define SYMBOL_FILE_DWARF_DEBUG_MODULES 1 #if defined (SYMBOL_FILE_DWARF_DEBUG_MODULES) // Normally we don't want the .o files we open added to the shared // module list. This is because we will add our own section |